Bugzilla – Attachment 53961 Details for
Bug 17041
Fix missing properties in Swagger definition for Patron
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17041: Fix missing properties in patron.json
Bug-17041-Fix-missing-properties-in-patronjson.patch (text/plain), 1.16 KB, created by
Lari Taskula
on 2016-08-03 15:45:54 UTC
(
hide
)
Description:
Bug 17041: Fix missing properties in patron.json
Filename:
MIME Type:
Creator:
Lari Taskula
Created:
2016-08-03 15:45:54 UTC
Size:
1.16 KB
patch
obsolete
>From c1c160233238302a397019d2152a3da36368c043 Mon Sep 17 00:00:00 2001 >From: Lari Taskula <larit@student.uef.fi> >Date: Wed, 3 Aug 2016 18:38:42 +0300 >Subject: [PATCH] Bug 17041: Fix missing properties in patron.json > >Swagger definition for patron was missing two properties. >--- > api/v1/definitions/patron.json | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/api/v1/definitions/patron.json b/api/v1/definitions/patron.json >index fbee169..8e7d08b 100644 >--- a/api/v1/definitions/patron.json >+++ b/api/v1/definitions/patron.json >@@ -268,6 +268,14 @@ > "privacy_guarantor_checkouts": { > "type": "string", > "description": "controls if relatives can see this patron's checkouts" >+ }, >+ "checkprevcheckout": { >+ "type": "string", >+ "description": "produce a warning for this patron if this item has previously been checked out to this patron if 'yes', not if 'no', defer to category setting if 'inherit'" >+ }, >+ "updated_on": { >+ "type": "string", >+ "description": "time of last change could be useful for synchronization with external systems (among others)" > } > } > } >-- >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 17041
:
53961
|
53981
|
54024