Bugzilla – Attachment 148507 Details for
Bug 32923
x-koha-embed must a header of collectionFormat csv
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32923: Allow to embed user_roles for agreements
Bug-32923-Allow-to-embed-userroles-for-agreements.patch (text/plain), 1.07 KB, created by
Jonathan Druart
on 2023-03-22 09:26:14 UTC
(
hide
)
Description:
Bug 32923: Allow to embed user_roles for agreements
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-03-22 09:26:14 UTC
Size:
1.07 KB
patch
obsolete
>From 5eabde51b2ac77b2003472cff845679b13d419fb Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 22 Mar 2023 10:25:56 +0100 >Subject: [PATCH] Bug 32923: Allow to embed user_roles for agreements > >--- > api/v1/swagger/paths/erm_agreements.yaml | 10 ++++++++++ > 1 file changed, 10 insertions(+) > >diff --git a/api/v1/swagger/paths/erm_agreements.yaml b/api/v1/swagger/paths/erm_agreements.yaml >index 37233bdf370..614569c7b29 100644 >--- a/api/v1/swagger/paths/erm_agreements.yaml >+++ b/api/v1/swagger/paths/erm_agreements.yaml >@@ -59,6 +59,16 @@ > name: max_expiration_date > type: string > format: date >+ - name: x-koha-embed >+ in: header >+ required: false >+ description: Embed list sent as a request header >+ type: array >+ items: >+ type: string >+ enum: >+ - user_roles >+ collectionFormat: csv > - $ref: "../swagger.yaml#/parameters/match" > - $ref: "../swagger.yaml#/parameters/order_by" > - $ref: "../swagger.yaml#/parameters/page" >-- >2.25.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 32923
:
146421
|
146422
|
146425
|
146443
|
146632
|
146633
|
146748
|
146749
|
146836
|
146837
|
146838
|
146839
|
147292
|
147293
|
147294
|
147295
|
148349
|
148413
| 148507