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

            Bug ID: 26662
           Summary: Authority linking doesn't work with custom authority
                    type
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: MARC Authority data support
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

If you're using custom authority types, automatic linking via
C4::Biblio::LinkBibHeadingsToAuthorities will never work.

It's because C4::Heading::MARC21 has a hard-coded mapping of bib fields to
authority types (instead of consulting the MARC bibliographic framework).

This means if you're using "CORPO_NAME_AWSEOME" instead of "CORPO_NAME" for
your authorities, you'll never get an automated match, since
C4::Heading::_search (used ultimately by C4::Linker::Default) uses the
hard-coded auth_type from C4::Heading::MARC21.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to