Bugzilla – Attachment 161246 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: (QA follow-up) Also add list_borrowers to the singular endpoint
Bug-30230-QA-follow-up-Also-add-listborrowers-to-t.patch (text/plain), 870 bytes, created by
Martin Renvoize (ashimema)
on 2024-01-22 14:54:59 UTC
(
hide
)
Description:
Bug 30230: (QA follow-up) Also add list_borrowers to the singular endpoint
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-01-22 14:54:59 UTC
Size:
870 bytes
patch
obsolete
>From f6ca414d33002be4761f98fe176df9bb61df2955 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 22 Jan 2024 14:23:59 +0000 >Subject: [PATCH] Bug 30230: (QA follow-up) Also add list_borrowers to the > singular endpoint > >--- > api/v1/swagger/paths/patrons.yaml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/api/v1/swagger/paths/patrons.yaml b/api/v1/swagger/paths/patrons.yaml >index 7238d286b94..30b9383cef2 100644 >--- a/api/v1/swagger/paths/patrons.yaml >+++ b/api/v1/swagger/paths/patrons.yaml >@@ -517,7 +517,8 @@ > $ref: "../swagger.yaml#/definitions/error" > x-koha-authorization: > permissions: >- borrowers: edit_borrowers >+ - borrowers: "list_borrowers" >+ - borrowers: "edit_borrowers" > put: > x-mojo-to: Patrons#update > operationId: updatePatron >-- >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 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