Bugzilla – Attachment 162249 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), 1.06 KB, created by
David Nind
on 2024-02-16 21:49:28 UTC
(
hide
)
Description:
Bug 35773: Add manage_bookings subpermission to patron searching
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-02-16 21:49:28 UTC
Size:
1.06 KB
patch
obsolete
>From 693f7d229694e2d9bd5537904196bacc7baeb8ad 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. > >Signed-off-by: David Nind <david@davidnind.com> >--- > 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.30.2
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