[Koha-bugs] [Bug 13412] New: Allow configuration of auto-created authorities

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 9 07:09:23 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13412

            Bug ID: 13412
           Summary: Allow configuration of auto-created authorities
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: MARC Authority data support
          Assignee: gmcharlt at gmail.com
          Reporter: pasi.kallinen at pttk.fi
        QA Contact: testopia at bugs.koha-community.org

When AutoCreateAuthorities and BiblioAddsAuthorities sysprefs are on, Koha
automagically creates authority records from biblios.

Currently there's no way to change what data goes into the auth record. For
example, field 667a always contains the text "Machine generated authority
record."
 and 670a contains "Work cat. ($MARCOrgCode)$999c: $bib.author,
$bib.title_proper, $bib.publication_date"


Perhaps a new syspref where you could enter stuff like

"
667a  Machine generated authority record.
670a  Work cat. ($MARCOrgCode)$999c: $bib.author, $bib.title_proper,
$bib.publication_date
"

(meaning the fields 667a and 670a get the same text as they used to; see
LinkBibHeadingsToAuthorities() in C4/Biblio.pm)

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


More information about the Koha-bugs mailing list