Koha/labels
Jonathan Druart 4bc92169dc 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.mcgowan@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2018-02-12 15:41:37 -03:00
..
label-create-csv.pl Bug 19999: use Modern::Perl in label scripts 2018-02-05 09:45:48 -03:00
label-create-pdf.pl Bug 19999: use Modern::Perl in label scripts 2018-02-05 09:45:48 -03:00
label-create-xml.pl Bug 19999: use Modern::Perl in label scripts 2018-02-05 09:45:48 -03:00
label-edit-batch.pl Bug 19999: use Modern::Perl in label scripts 2018-02-05 09:45:48 -03:00
label-edit-layout.pl Bug 19999: use Modern::Perl in label scripts 2018-02-05 09:45:48 -03:00
label-edit-profile.pl Bug 19999: use Modern::Perl in label scripts 2018-02-05 09:45:48 -03:00
label-edit-template.pl Bug 19999: use Modern::Perl in label scripts 2018-02-05 09:45:48 -03:00
label-home.pl Bug 19999: use Modern::Perl in label scripts 2018-02-05 09:45:48 -03:00
label-item-search.pl Bug 18403: Update permissions - borrowers => 1|* becomes borrowers => 'edit_borrowers' 2018-02-12 15:41:37 -03:00
label-manage.pl Bug 17900: Fix possible SQL injection in patron cards template editing 2017-01-30 11:19:55 +00:00
label-print.pl Bug 19999: use Modern::Perl in label scripts 2018-02-05 09:45:48 -03:00
spinelabel-home.pl Bug 19999: use Modern::Perl in label scripts 2018-02-05 09:45:48 -03:00
spinelabel-print.pl Bug 19999: use Modern::Perl in label scripts 2018-02-05 09:45:48 -03:00