Bugzilla – Attachment 53962 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), 820 bytes, created by
Lari Taskula
on 2016-08-03 15:48:38 UTC
(
hide
)
Description:
Bug 17042: Fix missing column in hold.json
Filename:
MIME Type:
Creator:
Lari Taskula
Created:
2016-08-03 15:48:38 UTC
Size:
820 bytes
patch
obsolete
>From 70c9114e2ad21d686a128e4810b1207c975c5e52 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. >--- > 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" > } > } > } >-- >1.9.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 17042
:
53962
|
53982
|
54025