Bugzilla – Attachment 167270 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), 762 bytes, created by
Kyle M Hall (khall)
on 2024-05-30 10:55:55 UTC
(
hide
)
Description:
Bug 36988: Change permission
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2024-05-30 10:55:55 UTC
Size:
762 bytes
patch
obsolete
>From 113068dcc057a0542133700b4d2b88e78df11f71 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..e6561b0c437 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: update_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