[Koha-bugs] [Bug 18017] [Unimarc] Importing biblios from Z39.50 servers duplicates related authorities

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 11 09:05:55 CEST 2018


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

--- Comment #6 from Victor Grousset/tuxayo <victor.grousset at biblibre.com> ---
Retried:

1) Set sysprefs
   BiblioAddsAuthorities ON
   AutoCreateAuthorities ON
2) Replace xsl files
     cp
$KOHA_CLONE/etc/zebradb/marc_defs/unimarc/authorities/authority-koha-indexdefs.xml
$KOHA_CONF_DIR/zebradb/marc_defs/unimarc/authorities/authority-koha-indexdefs.xml
     cp
$KOHA_CLONE/etc/zebradb/marc_defs/unimarc/authorities/authority-zebra-indexdefs.xsl
$KOHA_CONF_DIR/zebradb/marc_defs/unimarc/authorities/authority-zebra-indexdefs.xsl
3) reindex authorities
     ./misc/migration_tools/rebuild_zebra.pl -r -a -v
4) Import Z3950 record and save it : authorities are created
     go to staff:/cgi-bin/koha/cataloguing/addbooks.pl
5) Reimport the same record (when asked, say that it's not a duplicate)
6) The authority should have been duplicated (different url)
7) Apply this patch
8) Replace again the xsl files
9) reindex authorities
10) Reimport the same record
11) The authority should have not been duplicated
      But for me it was.

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


More information about the Koha-bugs mailing list