Bugzilla – Attachment 121890 Details for
Bug 15788
Split borrowers permission into create/edit and delete
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15788: Make the API require the new permission
Bug-15788-Make-the-API-require-the-new-permission.patch (text/plain), 769 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2021-06-12 14:00:36 UTC
(
hide
)
Description:
Bug 15788: Make the API require the new permission
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-06-12 14:00:36 UTC
Size:
769 bytes
patch
obsolete
>From 84d5d303ad8075a45021f3c445400f773132858b Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Sat, 12 Jun 2021 10:55:22 -0300 >Subject: [PATCH] Bug 15788: Make the API require the new permission > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > api/v1/swagger/paths/patrons.json | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/api/v1/swagger/paths/patrons.json b/api/v1/swagger/paths/patrons.json >index 63ff876710..269b896b18 100644 >--- a/api/v1/swagger/paths/patrons.json >+++ b/api/v1/swagger/paths/patrons.json >@@ -698,7 +698,7 @@ > }, > "x-koha-authorization": { > "permissions": { >- "borrowers": "1" >+ "borrowers": "delete_borrowers" > } > } > } >-- >2.32.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 15788
:
115091
|
115092
|
118865
|
118866
|
118874
|
118875
|
121887
|
121888
|
121889
| 121890