| Summary: | Add Koha::Issue objects. | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Alex Sassmannshausen <alex> |
| Component: | Architecture, internals, and plumbing | Assignee: | Alex Sassmannshausen <alex> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | alex, brendan, kyle |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| 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
Created attachment 49256 [details] [review] Add Koha::Issue Objects Minor errors cause chaos in patch. Needs fix. Created attachment 49857 [details] [review] Revised Issue Object Patch This is a revised patch fixing minor typos that had lethal consequences to the Issues objects. Created attachment 49915 [details] [review] [SIGNED-OFF] 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. 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> Created attachment 49956 [details] [review] Bug 16086: Add tests for Koha::Issues Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed to Master - Should be in the May 2016 release. Thanks! Shouldn't this have been named Koha::Checkouts according to our terminology page? Hm, good point. But renaming now would be best on a separate bug report! |