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

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


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

            Bug ID: 17897
           Summary: Koha::SearchMappingManager - Simplify search mapping
                    modifications
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Searching
          Assignee: gmcharlt at gmail.com
          Reporter: olli-antti.kivilahti at jns.fi
        QA Contact: testopia at bugs.koha-community.org

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 Bug 17885

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


More information about the Koha-bugs mailing list