Bugzilla – Attachment 167272 Details for
Bug 36988
PUT for patrons requires full borrowers permission, but should only require 'edit_borrowers'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36988: Change permission
Bug-36988-Change-permission.patch (text/plain), 760 bytes, created by
Kyle M Hall (khall)
on 2024-05-30 11:45:42 UTC
(
hide
)
Description:
Bug 36988: Change permission
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2024-05-30 11:45:42 UTC
Size:
760 bytes
patch
obsolete
>From 9dd100f5e888f940805b302aa135453a8542d475 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 30 May 2024 06:55:19 -0400 >Subject: [PATCH] Bug 36988: Change permission > >--- > 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 9c3e5ccaa86..72114268269 100644 >--- a/api/v1/swagger/paths/patrons.yaml >+++ b/api/v1/swagger/paths/patrons.yaml >@@ -574,7 +574,7 @@ > $ref: "../swagger.yaml#/definitions/error" > x-koha-authorization: > permissions: >- borrowers: "1" >+ borrowers: edit_borrowers > delete: > x-mojo-to: Patrons#delete > operationId: deletePatron >-- >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 36988
:
167270
|
167271
| 167272 |
167273