Bugzilla – Attachment 54024 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.30 KB, created by
Jonathan Druart
on 2016-08-05 10:25:28 UTC
(
hide
)
Description:
Bug 17041: Fix missing properties in patron.json
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-08-05 10:25:28 UTC
Size:
1.30 KB
patch
obsolete
>From 36ee6fad5528869f27a079e469d7a17f9917ecac 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. > >Signed-off-by: Benjamin Rokseth <benjamin.rokseth@kul.oslo.kommune.no> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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)" > } > } > } >-- >2.8.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