Bug 16086

Summary: Add Koha::Issue objects.
Product: Koha Reporter: Alex Sassmannshausen <alex>
Component: Architecture, internals, and plumbingAssignee: Alex Sassmannshausen <alex>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: alex, brendan, katrin.fischer, kyle
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 6906, 16870, 17796    
Attachments: Add Koha::Issue Objects
Revised Issue Object Patch
[SIGNED-OFF] Bug 16086: Add Issues Koha object.
Bug 16086: Add Issues Koha object.
Bug 16086: Add tests for Koha::Issues

Description Alex Sassmannshausen 2016-03-17 12:25:34 UTC
This bug raises the prospect of adding the Koha::Issue objects.
Comment 1 Alex Sassmannshausen 2016-03-17 12:29:08 UTC Comment hidden (obsolete)
Comment 2 Alex Sassmannshausen 2016-03-18 18:36:15 UTC
Minor errors cause chaos in patch.  Needs fix.
Comment 3 Alex Sassmannshausen 2016-04-04 13:47:48 UTC Comment hidden (obsolete)
Comment 4 Bernardo Gonzalez Kriegel 2016-04-05 14:27:57 UTC Comment hidden (obsolete)
Comment 5 Jonathan Druart 2016-04-06 12:10:06 UTC
Created attachment 49955 [details] [review]
Bug 16086: Add Issues Koha object.

* Koha/Issue.pm: New file.
* Koha/Issues.pm: New file.

https://bugs.koha-community.org/show_bug.cgi?id=16086

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Nothing to test, no errors.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 6 Jonathan Druart 2016-04-06 12:10:12 UTC
Created attachment 49956 [details] [review]
Bug 16086: Add tests for Koha::Issues

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 7 Brendan Gallagher 2016-04-07 05:35:45 UTC
Pushed to Master - Should be in the May 2016 release.  Thanks!
Comment 8 Kyle M Hall 2016-06-24 18:10:34 UTC
Shouldn't this have been named Koha::Checkouts according to our terminology page?
Comment 9 Katrin Fischer 2016-07-03 17:33:25 UTC
Hm, good point. But renaming now would be best on a separate bug report!