[Koha-bugs] [Bug 17897] Koha:: SearchMappingManager - Simplify search mapping modifications

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 13 11:53:03 CET 2017


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

--- Comment #1 from Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi> ---
Created attachment 58942
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=58942&action=edit
Bug 17897 - Koha::SearchMappingManager - Simplify search mapping modifications

Currently there is a lot of DBIC-magic everywhere where search mappings
(search_fields, search_marc_to_field, search_marc_map -tables) are CRUD:ed.

Encapsulate this hard-to-read DBIC-magic into a Manager class which promotes
code-reusability and thus, simpler test case writing.

Includes tests for Buug 17885

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list