Bugzilla – Attachment 155930 Details for
Bug 34287
Patron's should not be able to ask for checkoutability for different patrons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34287: Add check on public availability endpoint
Bug-34287-Add-check-on-public-availability-endpoin.patch (text/plain), 802 bytes, created by
Martin Renvoize (ashimema)
on 2023-09-20 12:48:56 UTC
(
hide
)
Description:
Bug 34287: Add check on public availability endpoint
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-09-20 12:48:56 UTC
Size:
802 bytes
patch
obsolete
>From 3b13d8d14a2df5bc0fa4e68b07b87127df844171 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 12 Sep 2023 10:25:36 +0100 >Subject: [PATCH] Bug 34287: Add check on public availability endpoint > >A quick check for patron equals current user in the public availability >endpoint. >--- > api/v1/swagger/paths/checkouts.yaml | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/api/v1/swagger/paths/checkouts.yaml b/api/v1/swagger/paths/checkouts.yaml >index cd07123aff1..f38c1e25e65 100644 >--- a/api/v1/swagger/paths/checkouts.yaml >+++ b/api/v1/swagger/paths/checkouts.yaml >@@ -411,3 +411,5 @@ > description: Under maintenance > schema: > $ref: "../swagger.yaml#/definitions/error" >+ x-koha-authorization: >+ allow-owner: true >-- >2.41.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 34287
:
155544
|
155929
|
155930
|
158043
|
158044
|
158251
|
158252