Bugzilla – Attachment 159887 Details for
Bug 35574
Bookings page should require only manage_bookings permissions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35574: Correct api permission for listing biblio specific bookings
Bug-35574-Correct-api-permission-for-listing-bibli.patch (text/plain), 1.06 KB, created by
Nick Clemens (kidclamp)
on 2023-12-15 12:35:41 UTC
(
hide
)
Description:
Bug 35574: Correct api permission for listing biblio specific bookings
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2023-12-15 12:35:41 UTC
Size:
1.06 KB
patch
obsolete
>From a5176ea81ae631787a874d3c7e028bdae5fb5234 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 14 Dec 2023 17:43:17 +0000 >Subject: [PATCH] Bug 35574: Correct api permission for listing biblio specific > bookings > >To test: >1 - Follow above plan and apply only first patch >2 - Not the table does not load (403: Forbidden) >3 - Apply this patch >4 - Reload >5 - Success! > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > api/v1/swagger/paths/biblios.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/api/v1/swagger/paths/biblios.yaml b/api/v1/swagger/paths/biblios.yaml >index 9d7b80ef78c..17a5ffc11f0 100644 >--- a/api/v1/swagger/paths/biblios.yaml >+++ b/api/v1/swagger/paths/biblios.yaml >@@ -340,7 +340,7 @@ > $ref: ../swagger.yaml#/definitions/error > x-koha-authorization: > permissions: >- circulation: "1" >+ circulate: "manage_bookings" > "/biblios/{biblio_id}/checkouts": > get: > x-mojo-to: Biblios#get_checkouts >-- >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 35574
:
159851
|
159852
|
159853
|
159874
|
159875
|
159876
|
159877
|
159878
|
159879
|
159880
|
159886
|
159887
|
159888
|
159889
|
159890
|
159896
|
159897
|
159898
|
159899
|
159900