Bug 17041

Summary: Fix missing properties in Swagger definition for Patron
Product: Koha Reporter: Lari Taskula <lari.taskula>
Component: Web servicesAssignee: Lari Taskula <lari.taskula>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: benjamin.rokseth, brendan, f.demians, jonathan.druart
Version: master   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 13799    
Bug Blocks: 17032    
Attachments: Bug 17041: Fix missing properties in patron.json
Bug 17041: Fix missing properties in patron.json
Bug 17041: Fix missing properties in patron.json

Description Lari Taskula 2016-08-03 15:44:45 UTC
api/v1/definitions/patron.json is missing two properties checkprevcheckout and updated_on. Add these properties.
Comment 1 Lari Taskula 2016-08-03 15:45:54 UTC Comment hidden (obsolete)
Comment 2 Benjamin Rokseth 2016-08-03 21:57:15 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2016-08-05 10:25:28 UTC
Created attachment 54024 [details] [review]
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>
Comment 4 Brendan Gallagher 2016-08-06 18:12:03 UTC
pushed to master - Should be in the November 2016 - Thanks!
Comment 5 Frédéric Demians 2016-08-07 07:34:27 UTC
checkprevcheckout appears in master, and so isn't available in 16.05. If you want this patch in 16.05, please provide a new patch adding just only updated_on property.