Re: [development] Bulk Import and Action Help
Thanks Peter, I added an issue to the triggers issue queue here: http://drupal.org/node/241013 If that's not the right place, I'll happily move it.
FYI, Nodequeue 5.2.x comes with with just such an action.
Moshe, unless I misread something, I'm pretty sure that the action in Nodequeue 5.x.2 is an "old-style" action. I did re-use that code to make mine though. -Ben --------------------------------------------------------------------------------------------------------------
From playing with actions/triggers in 6.x I noticed that seemed impossible to get it to work on more than one node per page load due (I think) to internal caching. I'm guessing the same may be true in 5.x.
Perhaps you should look at the issue queue and/or open an issue about this.
-Peter
Moshe, unless I misread something, I'm pretty sure that the action in Nodequeue 5.x.2 is an "old-style" action. I did re-use that code to make mine though.
To get your stuff working, you could use workflow-ng and convert your action to workflow-ng's API, which is very similar. (docs: http://drupal.org/node/156754). Unfortunately the actions 2.x backport conflicts with workflow-ng, so if you do so, uninstall actions 2.x first. regards, fago
participants (2)
-
Ben Wheeler -
fago