Bugzilla – Attachment 159882 Details for
Bug 35469
Cannot create bookings without circulation permissions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35469: Allow fetching checkouts on API
Bug-35469-Allow-fetching-checkouts-on-API.patch (text/plain), 1.03 KB, created by
Martin Renvoize (ashimema)
on 2023-12-15 11:46:53 UTC
(
hide
)
Description:
Bug 35469: Allow fetching checkouts on API
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-12-15 11:46:53 UTC
Size:
1.03 KB
patch
obsolete
>From 377512ab03f4c353263c80f2224d6dddc5d59b3e Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 15 Dec 2023 11:37:43 +0000 >Subject: [PATCH] Bug 35469: Allow fetching checkouts on API > >This patch adds the 'manage_bookings' permission to allow fetching of >checkouts on the API should the user have 'manage_bookings' but not have >'circulate_remaining_permissions' >--- > api/v1/swagger/paths/checkouts.yaml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/api/v1/swagger/paths/checkouts.yaml b/api/v1/swagger/paths/checkouts.yaml >index f38c1e25e65..5964f61cb74 100644 >--- a/api/v1/swagger/paths/checkouts.yaml >+++ b/api/v1/swagger/paths/checkouts.yaml >@@ -59,7 +59,8 @@ > $ref: "../swagger.yaml#/definitions/error" > x-koha-authorization: > permissions: >- circulate: circulate_remaining_permissions >+ - circulate: circulate_remaining_permissions >+ - circulate: manage_bookings > post: > x-mojo-to: Checkouts#add > operationId: addCheckout >-- >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 35469
:
159882
|
159883
|
159996
|
159997
|
160005
|
160006
|
160007
|
161490
|
161491
|
161492
|
161639
|
161640
|
161641
|
161642
|
162644
|
162645