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)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 5 Oct 2015 15:26:19 +0000 (12:26 -0300)
commit122d41816bde4e5111d51d4937c240f343ad253b
treebe43054c73679858bba4fd2a88bd801e588f9c5d
parentb36cec6cbaeb4c78dafdcd3138925a7c1d625dc4
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>
svc/virtualshelves/search