[Koha-bugs] [Bug 14583] Subfields not deleted when automatically merging authorities.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 21 21:03:52 CEST 2015


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

--- Comment #2 from Maxime Beaulieu <maxime.beaulieu at inlibro.com> ---
Created attachment 41112
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41112&action=edit
Bug 14583 - Subfields not deleted when automatically merging authorities

This problem happens when editing autorities with syspref "dontmerge" enabled.

Subfield deletion is not reflected in the referencing record.

How to test:
0) Set the "dontmerge" syspref to "Do"
1) Create a Topical Term authority record.
2) Set values in the 150$a and 150$v subfields.
3) Edit or create a biliographic record and link the authority.
4) Edit the linked authority:
    remove the 150$v subfield
    add a value in the 150$z sufield
5) Check the authority values in the bibliographic record:
    The $v subfield is still there (merge failed)
    The $z subfield was added (merge worked)

6) Apply the patch
7) Edit the linked authority:
    remove the 150$z subfield
    add a value in the 150$x sufield
8) Check the authority values in the bibliographic record:
    The deleted subfields are gone.

modified:   C4/AuthoritiesMarc.pm

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


More information about the Koha-bugs mailing list