Bug 35773: Add manage_bookings subpermission to patron searching
This quickly fixes the issue to allowing those who have the manage_bookings subpermission to also search for users. It's deliberately bare as I'm keen to subsequently remove it again in bug 29509 where we will deal with this properly. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
0233c1d93f
commit
52fbb93cda
1 changed files with 1 additions and 0 deletions
|
@ -395,6 +395,7 @@
|
|||
permissions:
|
||||
- borrowers: "list_borrowers"
|
||||
- borrowers: "edit_borrowers"
|
||||
- circulate: "manage_bookings"
|
||||
- tools: "label_creator"
|
||||
- serials: "routing"
|
||||
- acquisition: "order_manage"
|
||||
|
|
Loading…
Reference in a new issue