https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17511
Johanna Räisä <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] Status|NEW |Needs Signoff --- Comment #10 from Johanna Räisä <[email protected]> --- Created attachment 88049 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=88049&action=edit Bug 17511 - Authority linking subfield Bug 17511: Authority linking subfield Koha uses $9 subfield for linking authority records. MARC21 format says the subfield should be $0. This commit will change Koha to use subfield of selected marc flavour. For UNIMARC the subfield is defined to use $9 and for others $0. To change the old linkings run batchAuthorityLinking.pl, modify index mappings and reindex. TEST PLAN: 1) Add new authority linking to a record. 2) Verify that the authority records ID is on $9 subfield. 3) Check index that authority has one record chosen. 4) Apply the patch. 5) Replace zebradb/marc_defs with new files or/and reset ES configurations. 6) Add new authority linking to a record. 7) Verify that the authority records ID is now on the subfield $0. 8) Check index again that authority has record chosen. Sponsored-by: Koha-Suomi Oy -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
