From 9e50622d26b32e55c579feca79ebcfc1e86f7406 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 11 Jan 2024 15:22:49 +0000 Subject: [PATCH] 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 Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Katrin Fischer (cherry picked from commit 52fbb93cda407c406bc7da329446c9d02fe2a1e6) Signed-off-by: Fridolin Somers --- api/v1/swagger/paths/patrons.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/api/v1/swagger/paths/patrons.yaml b/api/v1/swagger/paths/patrons.yaml index ef706506e9..9c3e5ccaa8 100644 --- a/api/v1/swagger/paths/patrons.yaml +++ b/api/v1/swagger/paths/patrons.yaml @@ -395,6 +395,7 @@ permissions: - borrowers: "list_borrowers" - borrowers: "edit_borrowers" + - circulate: "manage_bookings" - tools: "label_creator" - serials: "routing" - acquisition: "order_manage" -- 2.20.1