Bugzilla – Attachment 170999 Details for
Bug 37809
Add missing embeds to checkouts endpoints
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37809: (follow-up) Allow embedding item.biblio too
Bug-37809-follow-up-Allow-embedding-itembiblio-too.patch (text/plain), 1.37 KB, created by
Tomás Cohen Arazi (tcohen)
on 2024-09-03 19:38:49 UTC
(
hide
)
Description:
Bug 37809: (follow-up) Allow embedding item.biblio too
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2024-09-03 19:38:49 UTC
Size:
1.37 KB
patch
obsolete
>From 326fa0953a78f630aa9b5fdf957da7751d919d6e Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 3 Sep 2024 16:37:22 -0300 >Subject: [PATCH] Bug 37809: (follow-up) Allow embedding item.biblio too > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > api/v1/swagger/paths/checkouts.yaml | 2 ++ > api/v1/swagger/paths/patrons_checkouts.yaml | 1 + > 2 files changed, 3 insertions(+) > >diff --git a/api/v1/swagger/paths/checkouts.yaml b/api/v1/swagger/paths/checkouts.yaml >index 7a696ae125b..3f279ea34e5 100644 >--- a/api/v1/swagger/paths/checkouts.yaml >+++ b/api/v1/swagger/paths/checkouts.yaml >@@ -30,6 +30,7 @@ > enum: > - issuer > - item >+ - item.biblio > - library > - patron > - renewals >@@ -152,6 +153,7 @@ > enum: > - issuer > - item >+ - item.biblio > - library > - patron > - renewals >diff --git a/api/v1/swagger/paths/patrons_checkouts.yaml b/api/v1/swagger/paths/patrons_checkouts.yaml >index 9b897a86478..719ee4baccb 100644 >--- a/api/v1/swagger/paths/patrons_checkouts.yaml >+++ b/api/v1/swagger/paths/patrons_checkouts.yaml >@@ -25,6 +25,7 @@ > enum: > - issuer > - item >+ - item.biblio > - library > - patron > - renewals >-- >2.46.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 37809
:
170949
|
170950
|
170952
| 170999