Bugzilla – Attachment 159897 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.12 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-12-15 19:27:16 UTC
(
hide
)
Description:
Bug 35574: Correct api permission for listing biblio specific bookings
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-12-15 19:27:16 UTC
Size:
1.12 KB
patch
obsolete
>From d16b87254955b7a2807878d1b1577815c0a9f920 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> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > 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.43.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 35574
:
159851
|
159852
|
159853
|
159874
|
159875
|
159876
|
159877
|
159878
|
159879
|
159880
|
159886
|
159887
|
159888
|
159889
|
159890
|
159896
| 159897 |
159898
|
159899
|
159900