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

--- Comment #68 from Jonathan Druart <jonathan.dru...@bugs.koha-community.org> 
---
Created attachment 71505
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=71505&action=edit
Bug 18403: Update permissions - borrowers => 1|* becomes borrowers =>
'edit_borrowers'

Test plan:
Login with a patron that only have the 'edit_borrowers' permission.
You should be able to access patron's information of patrons inside of your
group.

Technical note:
Before this patchset the borrowers permission module contains only 1 permission
'edit_borrowers'.
That meant
  borrowers => 1
and
  borrowers => '*'
had the same behavior.
Moreover, now that we have 2 permissions, 'CAN_user_borrowers' is set when all
permissions of 'borrowers' are set.
We need to update the different occurrences of these tests.

Signed-off-by: Signed-off-by: Jon McGowan <jon.mcgo...@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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