Bug 34657: Merge cataloging plugins for UNIMARC 123d, e, f, and g
authorOwen Leonard <oleonard@myacpl.org>
Wed, 30 Aug 2023 14:53:01 +0000 (14:53 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 9 Oct 2023 14:41:18 +0000 (11:41 -0300)
commit9f54c1c9f08a5cb97d2cd09d73dbd83e967eba46
treea15c1ac283661159c13642f8e686bbd31ecd52a2
parent2b4e22b5b9eaff81738da0725f422989b072376f
Bug 34657: Merge cataloging plugins for UNIMARC 123d, e, f, and g

This patch removes some UNIMARC cataloging plugins which were
essentially duplicates of each other and renaming the remaining version
to reflect that it's for use with multiple subfields.

UNIMARC 123$d, e, f, and g can all be filled with
unimarc_field_123defg.pl

It's easiest to test if you have UNIMARC sample data. In KTD, run
'reset_all_unimarc'

- Apply the patch and run the database update process.
- Go to Cataloging and create or edit a bibliographic record.
- Under tab 1, look for tag 123.
- Test the plugin link for subfields d, e, f, and g
  - In each case the popup window should have the heading "UNIMARC field
    123d/e/f/g builder"
  - Fill out the form each time and confirm that the values are copied
    to the correct field in the MARC editor window.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
cataloguing/value_builder/unimarc_field_123d.pl [deleted file]
cataloguing/value_builder/unimarc_field_123defg.pl [new file with mode: 0755]
cataloguing/value_builder/unimarc_field_123e.pl [deleted file]
cataloguing/value_builder/unimarc_field_123f.pl [deleted file]
cataloguing/value_builder/unimarc_field_123g.pl [deleted file]
installer/data/mysql/atomicupdate/bug-34657-update-unimarc-123defg-plugins.pl [new file with mode: 0755]
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123d.tt [deleted file]
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123defg.tt [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123e.tt [deleted file]
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123f.tt [deleted file]
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123g.tt [deleted file]