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

--- Comment #343 from Katrin Fischer <[email protected]> ---
Ok, I misread the database update, there actually is an update!

+    $dbh->do(q{
+        INSERT INTO user_permissions ( borrowernumber, module_bit, code )
+        SELECT borrowernumber, '9', 'edit_any_item'
+        FROM user_permissions
+        WHERE module_bit = '9'
+          AND code = 'edit_items'
+    });


Still wondering if we could get around the 2 permissions for simple item edit
somehow... but maybe not.

Because: if we implemented my suggestion 2) libraries wanting to limit on home
branch for editing would have to set up a group for each branch, which is also
not nice. 

I'll test more!

-- 
You are receiving this mail because:
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