13 Jan
2017
13 Jan
'17
10:53 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17897 --- Comment #1 from Olli-Antti Kivilahti <olli-antti.kivilahti@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.