Bugzilla – Attachment 182330 Details for
Bug 39816
Allow embedding `late_since_days`in baskets
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39816: (follow-up) Harmonize embeds in baskets
0002-Bug-39816-follow-up-Harmonize-embeds-in-baskets.patch (text/plain), 1.29 KB, created by
Emmi Takkinen
on 2025-05-13 06:39:21 UTC
(
hide
)
Description:
Bug 39816: (follow-up) Harmonize embeds in baskets
Filename:
MIME Type:
Creator:
Emmi Takkinen
Created:
2025-05-13 06:39:21 UTC
Size:
1.29 KB
patch
obsolete
>From 26c21c2eb5658b6fb3eb99ed583a217c1d9020e9 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 2 May 2025 14:16:04 -0300 >Subject: [PATCH 2/2] Bug 39816: (follow-up) Harmonize embeds in baskets > >As I traversed the REST API spec to add the `late_since_days` embed >option, I noticed an inconsistency in the embed options we defined in >each place a basket is to be returned. > >This patch makes all the places have the same embed options. > >Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> >--- > api/v1/swagger/paths/acquisitions_baskets.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/api/v1/swagger/paths/acquisitions_baskets.yaml b/api/v1/swagger/paths/acquisitions_baskets.yaml >index 06f77d6bdc..d3fb3e8dcd 100644 >--- a/api/v1/swagger/paths/acquisitions_baskets.yaml >+++ b/api/v1/swagger/paths/acquisitions_baskets.yaml >@@ -22,6 +22,8 @@ > items: > type: string > enum: >+ - basket_group >+ - creator > - late_since_days > collectionFormat: csv > produces: >@@ -117,4 +119,4 @@ > $ref: "../swagger.yaml#/definitions/error" > x-koha-authorization: > permissions: >- acquisition: order_manage >\ No newline at end of file >+ acquisition: order_manage >-- >2.34.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 39816
:
181879
|
181880
|
181881
|
181882
|
182069
|
182070
|
182329
| 182330