https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41045

            Bug ID: 41045
           Summary: Suggestions manage permissions added to patrons who
                    previously had no permissions in that category
 Change sponsored?: ---
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Patrons
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

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)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to