[Koha-bugs] [Bug 21958] _check_valid_auth_link checks too many subfields

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 1 16:21:14 CEST 2019


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

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #84283|0                           |1
        is obsolete|                            |

--- Comment #5 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 91150
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=91150&action=edit
Bug 21958: Fix bibliographic record field comparison with authority

This makes the comparison between bibliographic field and authority field more
robust and per subfield. This makes the comparison not consider the same e.g.
the following fields:

$a Test User
$a Test $b User

The actual issue cannot be as easily reproduced with the patches for bug 21826
applied, but here's a test plan anyway:

1. Make sure tests pass (especially t/db_dependent/AuthoritiesMarc*)
2. Make sure authority linking still works properly
3. Make sure authority and biblio frameworks allow subfield i
4. Make sure that even if you add subfield i to 700 in biblio, authority link
is kept the same
5. Make sure that even if you add subfield i to the authority record, the
authority link is kept the same

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


More information about the Koha-bugs mailing list