Bug 14528: Inconsistency in permissions check when listing shelves
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 14 Jul 2015 15:44:37 +0000 (16:44 +0100)
committerChris Cormack <chris@bigballofwax.co.nz>
Fri, 23 Oct 2015 13:16:29 +0000 (02:16 +1300)
commit145ea9d1606db3e0397fac8f92f27d7645c3c821
treeaa1948cf90f00818a88175faf7ad820f4fe7c05b
parent1e029d82ac0d34a64d4bab37fd60c89f71d47a13
Bug 14528: Inconsistency in permissions check when listing shelves

The svc script needed borrowers when the shelves.pl needed catalogue.
There is no sense to have different permissions here.

Test plan:
1/ Remove the borrowers permission to a user
2/ Use this user to log in
3/ Go on the shelf list
4/ Without this patch, you should get an endless "Processing..." which
is fixed if you apply it.

Signed-off-by: Nick Clemens <nick@quecheelibrary.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 122d41816bde4e5111d51d4937c240f343ad253b)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
svc/virtualshelves/search