https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17511 Johanna Räisä <johanna.raisa@koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt@gmail.com |johanna.raisa@koha-suomi.fi Status|NEW |Needs Signoff --- Comment #10 from Johanna Räisä <johanna.raisa@koha-suomi.fi> --- 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.