Currently, if you give a role the manipulate all queues permission, users with that role can not see autocompletion on nodequeues.
Taking a closer look at it, I noticed that hook_menu implementation ask for manipulate queues permission only.
So, maybe this can be a support request, but what I was expecting is that manipulate all queues was a higher permission than manipulate queues, that involves the lower one.
Maybe I got it wrong, but if so at least it should be documented somewhere.
If not, I am preparing a patch to the module I will attach soon.
Comments
Comment #1
marvil07 commentedComment #2
amateescu commentedLooks good to me. Committed and pushed to 6.x-2.x and 7.x-2.x. Thanks :)
http://drupalcode.org/project/nodequeue.git/commit/797ab93
http://drupalcode.org/project/nodequeue.git/commit/4558cbd
Comment #3
alphex commentedWhen will this be rolled in to the release? Its a blocker on a project I'm on right now....
Thanks.
Comment #4
amateescu commentedNot very soon, I'm afraid. You can use the 7.x-2.x-dev release or apply the patch manually until then..