[Koha-bugs] [Bug 33445] Regression - Replacing authority via Z39.50 will not search for anything but the value from the existing authority

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 28 14:52:23 CEST 2023


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

--- Comment #5 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 150367
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=150367&action=edit
Bug 33445: [alternate] Pass through form info if present and use record values
otherwise

This patch updates the form to pass through values formthe form when searching,
and
to use record values if nothing is passed in.

TO test:
1. Without the patch, edit a personal name authority record,  replacing
the value in 100 subfield a (200 subfield a for UNIMARC) with your own
name.
2. Click "Replace record via Z39.50/SRU search" and note that the
prefilled search field contains the original value, not your name.
3. Replace the Author (personal) field with your name again, choose
a search target, and click Search.
4. Note that the results of the search are for the original value, not
for your name.
5. Apply patch, repeat, noting that the search form is prefilled with
your change made in the editor, and any changes you make in the search
form are reflected in what the search results return.

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


More information about the Koha-bugs mailing list