- Giving a role "manipulate all queues" permission causes no difference in the behaviour of nodequeue.
- Giving a role "administer nodequeue" permission doesn't change anything either (not sure exactly what this permission is meant to do).
- Giving a role "manipulate queues" permission does work as advertised.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | nodequeue.module.patch | 594 bytes | olav |
Comments
Comment #1
balord commentedon line 1554 of nodequeue.module, $role_args is used in the
db_placeholders()function, but $role_args is not defined. anymore (looks like it was last seen in 1.45 or so).I believe it should be just $roles instead of $role_args?
Comment #2
olav commentedHere is a patch that changes $role_args to $roles.
Comment #3
ezra-g commentedWorks for me.
It also seems to resolve #167465: SQL warnings when user has manipulate queue permission. Were either of you observing SQL errors as described in that issue?
Comment #4
fletchgqc commentedWasn't experiencing issue #167465, sorry can't comment. Sorry I'm not even in a position to test that your patch works right now but it sounds from other comments like it does!
Comment #5
ezra-g commentedCommitted, thanks! Catch this in the next release candidate.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.