Active
Project:
Nodequeue
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Dec 2008 at 04:01 UTC
Updated:
23 Mar 2010 at 16:58 UTC
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
Comment #1
ezra-g commentedThis 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 ;)
Comment #2
ezra-g commentedThe existing 'add to queue' action form could be good example of how to implement this for subqeueues.