Bugzilla – Attachment 53982 Details for
Bug 17042
Fix missing properties in Swagger definition for Hold
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17042: Fix missing column in hold.json
Bug-17042-Fix-missing-column-in-holdjson.patch (text/plain), 892 bytes, created by
Benjamin Rokseth
on 2016-08-03 21:58:52 UTC
(
hide
)
Description:
Bug 17042: Fix missing column in hold.json
Filename:
MIME Type:
Creator:
Benjamin Rokseth
Created:
2016-08-03 21:58:52 UTC
Size:
892 bytes
patch
obsolete
>From fb30b567dc31893415c109db394c60083fcf0e9f Mon Sep 17 00:00:00 2001 >From: Lari Taskula <larit@student.uef.fi> >Date: Wed, 3 Aug 2016 18:42:25 +0300 >Subject: [PATCH] Bug 17042: Fix missing column in hold.json > >Swagger definition for hold was missing a property. > >Signed-off-by: Benjamin Rokseth <benjamin.rokseth@kul.oslo.kommune.no> >--- > api/v1/definitions/hold.json | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/api/v1/definitions/hold.json b/api/v1/definitions/hold.json >index 17bc834..620187e 100644 >--- a/api/v1/definitions/hold.json >+++ b/api/v1/definitions/hold.json >@@ -58,6 +58,10 @@ > }, > "suspend_until": { > "description": "" >+ }, >+ "itemtype": { >+ "type": ["string", "null"], >+ "description": "If record level hold, the optional itemtype of the item the patron is requesting" > } > } > } >-- >2.1.4
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 17042
:
53962
|
53982
|
54025