]> git.koha-community.org Git - koha.git/commit
Bug 18273: Do not insert authority if there already are duplicates in koha
authorMatthias Meusburger <matthias.meusburger@biblibre.com>
Wed, 15 Mar 2017 16:10:45 +0000 (16:10 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 21 Oct 2024 13:10:32 +0000 (15:10 +0200)
commit2e2fba91bfbaab3bd60870059c7dd5bc75f8bb57
treed378fe600080206a7dd897cbaa8e2f2d4e972d63
parentc89e020e7d8a71b8abd636786d35434f62ab64e4
Bug 18273: Do not insert authority if there already are duplicates in koha

Test plan:

1) Create an authority with a unique value in a searchable field, for instance a PERSO_NAME authority with 'BZ18273' in the 100$a field.

2) Create a second authority with the same value in the same field.

3) Export this second authority as iso2709 (Save -> MARC (Unicode/UTF-8))

4) Run bulkmarcimport.pl with the following parameters:
perl bulkmarcimport.pl -a --file=/kohadevbox/koha/auth-xxxx.utf8 --match='Heading,100$a' -l /kohadevbox/koha/bulk.log

5) Check in the log file and/or through search that a third authority has been added (despite using the --match option)

6) Apply the patch

7) Delete the 3 authorities and repeat step 1 to 4.

8) Check that a third authority has not been added (--match worked)

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
misc/migration_tools/bulkmarcimport.pl