[Koha-bugs] [Bug 8083] Granular parameters permissions

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 13 15:37:11 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8083

Paul Poulain <paul.poulain at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |paul.poulain at biblibre.com

--- Comment #10 from Paul Poulain <paul.poulain at biblibre.com> ---
QA comment,
I was about passing QA this patch, when I saw in the updatedatabase:
+    $dbh->do("INSERT INTO user_permissions (borrowernumber, module_bit, code)
+        SELECT borrowernumber, 3, 'parameters_remaining_permissions'
+        FROM borrowers WHERE flags & (1 << 3)");

I think it gives the permission to all patrons that already had the 'admin'
permission. But:
1- please confirm
2- a comment just before the request would be usefull for a future reader.

Site comment: we have to find a way to handle translated user permission : our
libraries are complaining that new ones are not translated. That's because the
updatedatabase is in english & in english only. But that's another topic...

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list