[Koha-bugs] [Bug 18269] Move field mappings related code to Koha::FieldMapping[s]

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 14 22:21:29 CET 2017


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

--- Comment #2 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 61092
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=61092&action=edit
Bug 18269: Move field mappings related code to Koha::FieldMapping[s]

The 3 subroutines GetFieldMapping, SetFieldMapping and
DeleteFieldMapping from the C4::Biblio module were only used from the
field mappings admin page.
They can easily replaced with new packages Koha::FieldMappings based on
Koha::Object[s]

Test plan:
Add and delete field mappings (admin/fieldmapping.pl, Home ›
Administration › Keyword to MARC mapping).
Add an existing mapping > Nothing should be added

Note that this page has not been rewritten and you will not get any
feedbacks, but it's not the goal of this page to improve it.

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


More information about the Koha-bugs mailing list