Bug 33363 separated suggestions_manage permission in three permissions for creating, updating, and deleting suggetions. In bugs test plan and in its atomicupdate file it is stated that these permissions should have been added only for those users who previously had suggestions_manage permissions. However there is a typo on SQL insert statement and new permissions have been added to all users with full catalogue permissions: >INSERT IGNORE INTO user_permissions (borrowernumber, module_bit, code) SELECT borrowernumber, 12, 'suggestions_create' FROM borrowers WHERE flags & (1 << 2)
I'm just about to finish for the day, so I get you to just rephrase this one? What's "full catalogue permissions"?
(In reply to David Cook from comment #1) > I'm just about to finish for the day, so I get you to just rephrase this > one? What's "full catalogue permissions"? Usually referring to the module level checkbox instead of sub-permissions.