From 93d92d5e62f449c070f2af6f75779d262ababcc9 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. --- 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 cf8aa091227..ca0297ee11c 100644 --- a/api/v1/swagger/paths/patrons.yaml +++ b/api/v1/swagger/paths/patrons.yaml @@ -394,6 +394,7 @@ x-koha-authorization: permissions: - borrowers: "edit_borrowers" + - circulate: "manage_bookings" - tools: "label_creator" - serials: "routing" - acquisition: "order_manage" -- 2.43.0