Bugzilla – Attachment 159517 Details for
Bug 30230
Search for patrons in checkout should not require edit_borrowers permission
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30230 : (follow-up) Fix permission on /patrons api route
Bug-30230--follow-up-Fix-permission-on-patrons-api.patch (text/plain), 799 bytes, created by
Thibaud Guillot (thibaud_g)
on 2023-12-04 08:34:15 UTC
(
hide
)
Description:
Bug 30230 : (follow-up) Fix permission on /patrons api route
Filename:
MIME Type:
Creator:
Thibaud Guillot (thibaud_g)
Created:
2023-12-04 08:34:15 UTC
Size:
799 bytes
patch
obsolete
>From c80c5bb1e30ba6d2c88263ac8e93541751fd051d Mon Sep 17 00:00:00 2001 >From: Thibaud Guillot <thibaud.guillot@biblibre.com> >Date: Mon, 4 Dec 2023 09:33:11 +0100 >Subject: [PATCH] Bug 30230 : (follow-up) Fix permission on /patrons api route > >--- > api/v1/swagger/paths/patrons.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/api/v1/swagger/paths/patrons.yaml b/api/v1/swagger/paths/patrons.yaml >index 3ff5be1239..7238d286b9 100644 >--- a/api/v1/swagger/paths/patrons.yaml >+++ b/api/v1/swagger/paths/patrons.yaml >@@ -397,7 +397,7 @@ > - tools: "label_creator" > - serials: "routing" > - acquisition: "order_manage" >- - list_borrowers: 1 >+ - borrowers: "list_borrowers" > post: > x-mojo-to: Patrons#add > operationId: addPatron >-- >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 30230
:
159409
|
159412
|
159427
|
159517
|
159559
|
159613
|
159633
|
159654
|
159667
|
159668
|
159933
|
159988
|
159989
|
159990
|
159991
|
159992
|
161068
|
161240
|
161241
|
161242
|
161243
|
161245
|
161246
|
161250
|
161251