[Bug 24321] New: Make objects.search use mappings from Koha::Object(s)
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Bug ID: 24321 Summary: Make objects.search use mappings from Koha::Object(s) Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: REST API Assignee: koha-bugs@lists.koha-community.org Reporter: tomascohen@gmail.com Now Koha::Object(s) implement 'to_api' and 'attributes_from_api' there's no need to implement such mappings on the controllers for simple Koha::Object<->API conversions. The to_api mappings have already been moved to Koha::Object level. It is time for the to_model ones. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |23893 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23893 [Bug 23893] Add ->new_from_api and ->set_from_api methods to Koha::Object -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |tomascohen@gmail.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #1 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96703 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96703&action=edit Bug 24321: Add Koha::Objects->attributes_from_api This patch makes the 'attributes_from_api' method from the singular class available from the result set class. To test: 1. Apply this patch 2. Run: $ kshell k$ prove t/db_dependent/Koha/Objects.t => SUCCESS: Tests pass! 4. Sign off :-D 5. Yeah, I skipped 3 :-P -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #2 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96704 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96704&action=edit Bug 24321: Make dbic_merge_sorting accept a result set as parameter This patch makes dbic_merge_sorting accept a result set as parameter and solves a FIXME in _build_order_atom. To test: 1. Apply this patch 2. Run: $ kshell k$ prove t/Koha/REST/Plugin/Query.t => SUCCESS: Tests pass! 3. Sign off :-D -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #3 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96705 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96705&action=edit Bug 24321: Make objects.search use mappings from Koha::Object(s) This patch simplifies the objects.search helper so it relies entirely on the result set object for the attribute mappings. The result is no more to_api or to_model mappings are passed. The controllers need to be cleaned up after this patch. To test: 1. Apply this patch 2. Run: $ kshell k$ prove t/db_dependent/Koha/REST/Plugin/Objects.t => SUCCESS: Tests pass! 3. Sign off :-D Note: the original version of this helpers accepted arbitrary mappings and are now constrianed to real mappings on the Koha::Object level. As such, the number of tests got reduced. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #4 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96706 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96706&action=edit Bug 24312: Clean /cities -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #5 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96707 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96707&action=edit Bug 24312: Clean /acquisitions/funds -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #6 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96708 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96708&action=edit Bug 24312: Clean /acquisitions/vendors -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #7 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96709 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96709&action=edit Bug 24321: Clean /libraries -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #8 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96710 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96710&action=edit Bug 24321: Clean /checkouts -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen@gmail.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #96704|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #96705|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #96706|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #96707|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #96708|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #96709|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #96710|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #96703|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #9 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96711 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96711&action=edit Bug 24321: Add Koha::Objects->attributes_from_api This patch makes the 'attributes_from_api' method from the singular class available from the result set class. To test: 1. Apply this patch 2. Run: $ kshell k$ prove t/db_dependent/Koha/Objects.t => SUCCESS: Tests pass! 4. Sign off :-D 5. Yeah, I skipped 3 :-P -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #10 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96712 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96712&action=edit Bug 24321: Make dbic_merge_sorting accept a result set as parameter This patch makes dbic_merge_sorting accept a result set as parameter and solves a FIXME in _build_order_atom. To test: 1. Apply this patch 2. Run: $ kshell k$ prove t/Koha/REST/Plugin/Query.t => SUCCESS: Tests pass! 3. Sign off :-D -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #11 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96713 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96713&action=edit Bug 24321: Make objects.search use mappings from Koha::Object(s) This patch simplifies the objects.search helper so it relies entirely on the result set object for the attribute mappings. The result is no more to_api or to_model mappings are passed. The controllers need to be cleaned up after this patch. To test: 1. Apply this patch 2. Run: $ kshell k$ prove t/db_dependent/Koha/REST/Plugin/Objects.t => SUCCESS: Tests pass! 3. Sign off :-D Note: the original version of this helpers accepted arbitrary mappings and are now constrianed to real mappings on the Koha::Object level. As such, the number of tests got reduced. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #12 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96714 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96714&action=edit Bug 24321: Clean /cities -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #13 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96715 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96715&action=edit Bug 24321: Clean /acquisitions/funds -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #14 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96716 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96716&action=edit Bug 24321: Clean /acquisitions/vendors -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #15 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96717 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96717&action=edit Bug 24321: Clean /libraries -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #16 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96718 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96718&action=edit Bug 24321: Clean /checkouts -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |agustinmoyano@theke.io, | |jonathan.druart@bugs.koha-c | |ommunity.org, | |josef.moravec@gmail.com, | |kyle.m.hall@gmail.com, | |martin.renvoize@ptfs-europe | |.com, | |nick@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #17 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96719 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96719&action=edit Bug 24321: Clean /biblios -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #18 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96720 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96720&action=edit Bug 24321: Clean /items -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #19 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96721 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96721&action=edit Bug 24321: Clean /patrons/{patron_id}/account -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #20 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96722 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96722&action=edit Bug 24321: Clean /holds -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #21 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96744 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96744&action=edit Bug 24321: Clean /patrons -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Change sponsored?|--- |Sponsored Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #22 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Full test plan: - Apply this patchset and run: $ kshell k$ prove t/db_dependent/Koha/Objects.t \ t/Koha/REST/Plugin/Query.t \ t/db_dependent/Koha/REST/Plugin/Objects.t \ t/db_dependent/api/v1 => SUCCESS: Tests pass! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |18731 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18731 [Bug 18731] Add routes for acquisition orders -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #96744|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #96711|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #96712|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #96713|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #96714|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #96715|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #96716|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #96717|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #96718|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #96719|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #96720|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #96721|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #96722|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #23 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96840 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96840&action=edit Bug 24321: Add Koha::Objects->attributes_from_api This patch makes the 'attributes_from_api' method from the singular class available from the result set class. To test: 1. Apply this patch 2. Run: $ kshell k$ prove t/db_dependent/Koha/Objects.t => SUCCESS: Tests pass! 4. Sign off :-D 5. Yeah, I skipped 3 :-P -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #24 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96841 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96841&action=edit Bug 24321: Make dbic_merge_sorting accept a result set as parameter This patch makes dbic_merge_sorting accept a result set as parameter and solves a FIXME in _build_order_atom. To test: 1. Apply this patch 2. Run: $ kshell k$ prove t/Koha/REST/Plugin/Query.t => SUCCESS: Tests pass! 3. Sign off :-D -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #25 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96842 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96842&action=edit Bug 24321: Make objects.search use mappings from Koha::Object(s) This patch simplifies the objects.search helper so it relies entirely on the result set object for the attribute mappings. The result is no more to_api or to_model mappings are passed. The controllers need to be cleaned up after this patch. To test: 1. Apply this patch 2. Run: $ kshell k$ prove t/db_dependent/Koha/REST/Plugin/Objects.t => SUCCESS: Tests pass! 3. Sign off :-D Note: the original version of this helpers accepted arbitrary mappings and are now constrianed to real mappings on the Koha::Object level. As such, the number of tests got reduced. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #26 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96843 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96843&action=edit Bug 24321: Clean /cities -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #27 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96844 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96844&action=edit Bug 24321: Clean /acquisitions/funds -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #28 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96845 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96845&action=edit Bug 24321: Clean /acquisitions/vendors -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #29 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96846 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96846&action=edit Bug 24321: Clean /libraries -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #30 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96847 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96847&action=edit Bug 24321: Clean /checkouts -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #31 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96848 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96848&action=edit Bug 24321: Clean /biblios -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #32 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96849 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96849&action=edit Bug 24321: Clean /items -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #33 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96850 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96850&action=edit Bug 24321: Clean /patrons/{patron_id}/account -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #34 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96851 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96851&action=edit Bug 24321: Clean /holds -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #35 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96852 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96852&action=edit Bug 24321: Clean /patrons -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #36 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Rebased on top of bug 21684 which is in master -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |24356 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24356 [Bug 24356] objects.search prefetch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Josef Moravec <josef.moravec@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Josef Moravec <josef.moravec@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #96840|0 |1 is obsolete| | Attachment #96841|0 |1 is obsolete| | Attachment #96842|0 |1 is obsolete| | Attachment #96843|0 |1 is obsolete| | Attachment #96844|0 |1 is obsolete| | Attachment #96845|0 |1 is obsolete| | Attachment #96846|0 |1 is obsolete| | Attachment #96847|0 |1 is obsolete| | Attachment #96848|0 |1 is obsolete| | Attachment #96849|0 |1 is obsolete| | Attachment #96850|0 |1 is obsolete| | Attachment #96851|0 |1 is obsolete| | Attachment #96852|0 |1 is obsolete| | --- Comment #37 from Josef Moravec <josef.moravec@gmail.com> --- Created attachment 96874 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96874&action=edit Bug 24321: Add Koha::Objects->attributes_from_api This patch makes the 'attributes_from_api' method from the singular class available from the result set class. To test: 1. Apply this patch 2. Run: $ kshell k$ prove t/db_dependent/Koha/Objects.t => SUCCESS: Tests pass! 4. Sign off :-D 5. Yeah, I skipped 3 :-P Signed-off-by: Josef Moravec <josef.moravec@gmail.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #38 from Josef Moravec <josef.moravec@gmail.com> --- Created attachment 96875 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96875&action=edit Bug 24321: Make dbic_merge_sorting accept a result set as parameter This patch makes dbic_merge_sorting accept a result set as parameter and solves a FIXME in _build_order_atom. To test: 1. Apply this patch 2. Run: $ kshell k$ prove t/Koha/REST/Plugin/Query.t => SUCCESS: Tests pass! 3. Sign off :-D Signed-off-by: Josef Moravec <josef.moravec@gmail.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #39 from Josef Moravec <josef.moravec@gmail.com> --- Created attachment 96876 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96876&action=edit Bug 24321: Make objects.search use mappings from Koha::Object(s) This patch simplifies the objects.search helper so it relies entirely on the result set object for the attribute mappings. The result is no more to_api or to_model mappings are passed. The controllers need to be cleaned up after this patch. To test: 1. Apply this patch 2. Run: $ kshell k$ prove t/db_dependent/Koha/REST/Plugin/Objects.t => SUCCESS: Tests pass! 3. Sign off :-D Note: the original version of this helpers accepted arbitrary mappings and are now constrianed to real mappings on the Koha::Object level. As such, the number of tests got reduced. Signed-off-by: Josef Moravec <josef.moravec@gmail.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #40 from Josef Moravec <josef.moravec@gmail.com> --- Created attachment 96877 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96877&action=edit Bug 24321: Clean /cities Signed-off-by: Josef Moravec <josef.moravec@gmail.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #41 from Josef Moravec <josef.moravec@gmail.com> --- Created attachment 96878 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96878&action=edit Bug 24321: Clean /acquisitions/funds Signed-off-by: Josef Moravec <josef.moravec@gmail.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #42 from Josef Moravec <josef.moravec@gmail.com> --- Created attachment 96879 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96879&action=edit Bug 24321: Clean /acquisitions/vendors Signed-off-by: Josef Moravec <josef.moravec@gmail.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #43 from Josef Moravec <josef.moravec@gmail.com> --- Created attachment 96880 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96880&action=edit Bug 24321: Clean /libraries Signed-off-by: Josef Moravec <josef.moravec@gmail.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #44 from Josef Moravec <josef.moravec@gmail.com> --- Created attachment 96881 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96881&action=edit Bug 24321: Clean /checkouts Signed-off-by: Josef Moravec <josef.moravec@gmail.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #45 from Josef Moravec <josef.moravec@gmail.com> --- Created attachment 96882 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96882&action=edit Bug 24321: Clean /biblios Signed-off-by: Josef Moravec <josef.moravec@gmail.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #46 from Josef Moravec <josef.moravec@gmail.com> --- Created attachment 96883 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96883&action=edit Bug 24321: Clean /items Signed-off-by: Josef Moravec <josef.moravec@gmail.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #47 from Josef Moravec <josef.moravec@gmail.com> --- Created attachment 96884 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96884&action=edit Bug 24321: Clean /patrons/{patron_id}/account Signed-off-by: Josef Moravec <josef.moravec@gmail.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #48 from Josef Moravec <josef.moravec@gmail.com> --- Created attachment 96885 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96885&action=edit Bug 24321: Clean /holds Signed-off-by: Josef Moravec <josef.moravec@gmail.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #49 from Josef Moravec <josef.moravec@gmail.com> --- Created attachment 96886 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96886&action=edit Bug 24321: Clean /patrons Signed-off-by: Josef Moravec <josef.moravec@gmail.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #50 from Josef Moravec <josef.moravec@gmail.com> --- Created attachment 96887 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96887&action=edit Bug 24321: (follow-up) Fix number of tests in t/db_dependent/Koha/Objects.t Test plan: prove t/db_dependent/Koha/Objects.t Signed-off-by: Josef Moravec <josef.moravec@gmail.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #96874|0 |1 is obsolete| | Attachment #96875|0 |1 is obsolete| | Attachment #96876|0 |1 is obsolete| | Attachment #96877|0 |1 is obsolete| | Attachment #96878|0 |1 is obsolete| | Attachment #96879|0 |1 is obsolete| | Attachment #96880|0 |1 is obsolete| | Attachment #96881|0 |1 is obsolete| | Attachment #96882|0 |1 is obsolete| | Attachment #96883|0 |1 is obsolete| | Attachment #96884|0 |1 is obsolete| | Attachment #96885|0 |1 is obsolete| | Attachment #96886|0 |1 is obsolete| | Attachment #96887|0 |1 is obsolete| | --- Comment #51 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 96939 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96939&action=edit Bug 24321: Add Koha::Objects->attributes_from_api This patch makes the 'attributes_from_api' method from the singular class available from the result set class. To test: 1. Apply this patch 2. Run: $ kshell k$ prove t/db_dependent/Koha/Objects.t => SUCCESS: Tests pass! 4. Sign off :-D 5. Yeah, I skipped 3 :-P Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #52 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 96940 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96940&action=edit Bug 24321: Make dbic_merge_sorting accept a result set as parameter This patch makes dbic_merge_sorting accept a result set as parameter and solves a FIXME in _build_order_atom. To test: 1. Apply this patch 2. Run: $ kshell k$ prove t/Koha/REST/Plugin/Query.t => SUCCESS: Tests pass! 3. Sign off :-D Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #53 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 96941 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96941&action=edit Bug 24321: Make objects.search use mappings from Koha::Object(s) This patch simplifies the objects.search helper so it relies entirely on the result set object for the attribute mappings. The result is no more to_api or to_model mappings are passed. The controllers need to be cleaned up after this patch. To test: 1. Apply this patch 2. Run: $ kshell k$ prove t/db_dependent/Koha/REST/Plugin/Objects.t => SUCCESS: Tests pass! 3. Sign off :-D Note: the original version of this helpers accepted arbitrary mappings and are now constrianed to real mappings on the Koha::Object level. As such, the number of tests got reduced. Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #54 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 96942 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96942&action=edit Bug 24321: Clean /cities Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #55 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 96943 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96943&action=edit Bug 24321: Clean /acquisitions/funds Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #56 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 96944 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96944&action=edit Bug 24321: Clean /acquisitions/vendors Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #57 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 96945 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96945&action=edit Bug 24321: Clean /libraries Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #58 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 96946 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96946&action=edit Bug 24321: Clean /checkouts Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #59 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 96947 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96947&action=edit Bug 24321: Clean /biblios Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #60 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 96948 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96948&action=edit Bug 24321: Clean /items Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #61 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 96949 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96949&action=edit Bug 24321: Clean /patrons/{patron_id}/account Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #62 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 96950 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96950&action=edit Bug 24321: Clean /holds Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #63 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 96951 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96951&action=edit Bug 24321: Clean /patrons Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #64 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 96952 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96952&action=edit Bug 24321: (follow-up) Fix number of tests in t/db_dependent/Koha/Objects.t Test plan: prove t/db_dependent/Koha/Objects.t Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |release-notes-needed -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |20.05.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #65 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This development takes release notes| |advantage of the mappings | |that have been added to the | |Koha::Object level, and | |refactors the | |objects.search Mojolicious | |helper so it uses it | |internally. | | | |This allows us | |to remove the 'to_model' | |parameter, and makes the | |need of any kind of mapping | |on the controllers | |irrelevant. All the | |existing mappings are | |removed and the controllers | |simplified in this move. QA Contact| |kyle@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Joy Nelson <joy@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy@bywatersolutions.com --- Comment #66 from Joy Nelson <joy@bywatersolutions.com> --- Tomas this would not apply to the 19.11.x branch. Can you assist me if you need this backported? error: could not apply fabcedca05... Bug 24321: Add Koha::Objects->attributes_from_api hint: after resolving the conflicts, mark the corrected paths hint: with 'git add <paths>' or 'git rm <paths>' hint: and commit the result with 'git commit' -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Andrew Isherwood <andrew.isherwood@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew.isherwood@ptfs-europ | |e.com Blocks| |23916 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23916 [Bug 23916] Issuer should be recorded and visible in patron circulation history -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Joy Nelson <joy@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED --- Comment #67 from Joy Nelson <joy@bywatersolutions.com> --- enhancement not backported to 19.11.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|release-notes-needed | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 --- Comment #68 from Tomás Cohen Arazi <tomascohen@gmail.com> --- *** Bug 19250 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321 Andrew Isherwood <bugzilla@warmlight.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|bugzilla@warmlight.co.uk | -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org