It would be really nice to see the addition of triggers for adding/removing from a (sub)queue. This would greatly help utilization with Workflow and other modules.

It should be a fairly easy implementation (so I've read). I'm just not familiar enough with the code base to have it figured out yet. I'd be happy to give it a whirl if someone would provide some pointers.

Comments

ezra-g’s picture

This is definitely something that would be accepted to the module. Patches welcome :). You can define new triggers using hook_hook_info. See http://api.drupal.org/api/function/hook_hook_info/6 ;)

ezra-g’s picture

Title: NodeQueue + hook_hook_info() [Triggers] » Add/remove to subqueue action
Version: 6.x-2.0-rc3 » 7.x-2.x-dev

The existing 'add to queue' action form could be good example of how to implement this for subqeueues.