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

--- Comment #6 from Victor Grousset/tuxayo <victor.grous...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to