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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 6 07:13:05 CET 2023


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

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

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

--- Comment #25 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> ---
Created attachment 158489
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158489&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>
Signed-off-by: David Nind <david at davidnind.com>

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


More information about the Koha-bugs mailing list