Closed (fixed)
Project:
Nodequeue
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2013 at 15:15 UTC
Updated:
29 Aug 2015 at 09:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
esbenvb commentedThis patches fixes the issue.
IMPORTANT! When porting this patch, make sure that the correct GIT attribution is used, as mentioned on http://drupal.org/user/989064
Comment #2
esbenvb commentedSorry, wrong file content. THIS patch it is...
Comment #3
othermachines commentedI think you're probably correct that this is a better way, but this will break modules already implementing
hook_nodequeue_delete(), including smartqueue.module. I wonder if it might be better to introduce the object as an additional (optional) argument.Comment #5
fizk commented@othermachines, good call. The new hook is now
module_invoke_all('nodequeue_delete', $qid, $queue);