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

Phil Ringnalda <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |Failed QA

--- Comment #7 from Phil Ringnalda <[email protected]> ---
Test plan which fails:
1. Set the prefs AutoLinkBiblios and CatalogModuleRelink to Do
2. Create three GEOGR_NAME authorities, 151$aDismal Swamp and 151$aDismal
Swamp$gSouth and 151$aPit of Despair
3. In a new bib record, type Pit of Despair in 651 a and either Save and
continue editing or Link authorities automatically. In either case, you should
see the bib heading linked to the authority, which tells you linking is working
4. In a duplicate 651 field, type Dismal Swamp in a, and in another duplicate
651 field type Dismal Swamp in a and South in g
5. Again, Save and continue editing or Link authorities automatically

You would expect to have Dismal Swamp linked to the Dismal Swamp authority, and
Dismal Swamp -- South linked to that authority, but instead you have both
linked to the same Dismal Swamp authority.

The patch adds g to $bib_heading_fields in '151' which doesn't actually exist
as a bib field, and not to '651' which does. I'd just add a follow-up patch to
add it to 651, which makes my test plan succeed, but I'm not sure whether the
1xx things in $bib_heading_fields which do not exist are still required for
something and have to be kept in sync with the 6xx ones, or if they should just
be removed.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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