Bugzilla – Attachment 183418 Details for
Bug 33075
Add ability to mark an item as floating
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33075: (follow-up) Add floating and floating_on properties to item swagger definitions
Bug-33075-follow-up-Add-floating-and-floatingon-pr.patch (text/plain), 971 bytes, created by
Fridolin Somers
on 2025-06-23 12:56:10 UTC
(
hide
)
Description:
Bug 33075: (follow-up) Add floating and floating_on properties to item swagger definitions
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2025-06-23 12:56:10 UTC
Size:
971 bytes
patch
obsolete
>From 3aef85b90d7572739840ee9b4e720d6cc2d2c1f7 Mon Sep 17 00:00:00 2001 >From: Alex Arnaud <alex.arnaud@biblibre.com> >Date: Thu, 2 May 2024 10:58:37 +0200 >Subject: [PATCH] Bug 33075: (follow-up) Add floating and floating_on > properties to item swagger definitions > >--- > api/v1/swagger/definitions/item.yaml | 11 +++++++++++ > 1 file changed, 11 insertions(+) > >diff --git a/api/v1/swagger/definitions/item.yaml b/api/v1/swagger/definitions/item.yaml >index b254eb2dc34..2356808f924 100644 >--- a/api/v1/swagger/definitions/item.yaml >+++ b/api/v1/swagger/definitions/item.yaml >@@ -98,6 +98,17 @@ properties: > description: > The date and time an item was last marked as withdrawn, NULL if not > withdrawn >+ floating: >+ type: >+ - integer >+ - "null" >+ description: Floating item >+ floating_on: >+ type: >+ - string >+ - "null" >+ format: date-time >+ description: Floating item date > callnumber: > type: > - string >-- >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 33075
:
147428
|
183416
|
183417
| 183418 |
183419