Bugzilla – Attachment 125912 Details for
Bug 28948
Add a /public counterpart for the libraries REST endpoints
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28948: Don't require catalogue permission for public route, don't allow smtp server embed
Bug-28948-Dont-require-catalogue-permission-for-pu.patch (text/plain), 923 bytes, created by
Kyle M Hall (khall)
on 2021-10-07 18:47:09 UTC
(
hide
)
Description:
Bug 28948: Don't require catalogue permission for public route, don't allow smtp server embed
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2021-10-07 18:47:09 UTC
Size:
923 bytes
patch
obsolete
>From 0fd428ddf38d4862e71b8ae255bb926f23b36f02 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 7 Oct 2021 18:46:53 +0000 >Subject: [PATCH] Bug 28948: Don't require catalogue permission for public > route, don't allow smtp server embed > >--- > api/v1/swagger/paths/libraries.json | 10 +--------- > 1 file changed, 1 insertion(+), 9 deletions(-) > >diff --git a/api/v1/swagger/paths/libraries.json b/api/v1/swagger/paths/libraries.json >index 01ba3950094..cad731174cf 100644 >--- a/api/v1/swagger/paths/libraries.json >+++ b/api/v1/swagger/paths/libraries.json >@@ -488,15 +488,7 @@ > "$ref": "../definitions.json#/error" > } > } >- }, >- "x-koha-authorization": { >- "permissions": { >- "catalogue": "1" >- } >- }, >- "x-koha-embed": [ >- "smtp_server" >- ] >+ } > } > }, > "/public/libraries/{library_id}": { >-- >2.20.1
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 28948
:
124479
|
124480
|
124481
|
124482
|
124483
|
124749
|
124911
|
124914
|
125901
|
125902
|
125903
|
125904
|
125905
|
125906
|
125907
|
125908
|
125911
|
125912
|
126111
|
126112
|
126113
|
126114
|
126115
|
126116
|
126117
|
126118
|
126119
|
126120
|
126121
|
126122
|
126123
|
126124
|
126125
|
126126
|
127054
|
127055