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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 19 14:54:59 CET 2021


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

Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #102475|0                           |1
        is obsolete|                            |

--- Comment #8 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> ---
Created attachment 115320
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115320&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

Rebased-by: Emmi Takkinen <emmi.takkinen at koha-suomi.fi>

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


More information about the Koha-bugs mailing list