Bugzilla – Attachment 160876 Details for
Bug 35773
Cannot create bookings without edit_borrowers, label_creator, routing or order_manage permissions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35773: Add manage_bookings subpermission to patron searching
Bug-35773-Add-managebookings-subpermission-to-patr.patch (text/plain), 1023 bytes, created by
Martin Renvoize (ashimema)
on 2024-01-11 15:24:19 UTC
(
hide
)
Description:
Bug 35773: Add manage_bookings subpermission to patron searching
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-01-11 15:24:19 UTC
Size:
1023 bytes
patch
obsolete
>From 93d92d5e62f449c070f2af6f75779d262ababcc9 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35773
:
160876
|
162249
|
162695