Bug 32906 - Make 'Replace record via Z3950/SRU' buttons in authorities work consistently
Summary: Make 'Replace record via Z3950/SRU' buttons in authorities work consistently
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 29173
Blocks:
  Show dependency treegraph
 
Reported: 2023-02-08 07:05 UTC by Martin Renvoize
Modified: 2023-05-01 18:45 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Renvoize 2023-02-08 07:05:51 UTC
Bug 29173 implemented search pre-fill for the Replace via Z3950 search form from the authority detail page, but it did so in a very different, and MARC21 specific, way from the same button on the 'Edit authority' page.

On the edit authority page we extract the pre-fill terms from the current page and pass them as URI parameters to the search pop-over form.  I think we could take a similar approach on the detail display page and perhaps even make the feature work for both MARC21 and UNIMARC in this way?
Comment 1 Nick Clemens 2023-05-01 18:45:35 UTC
I don't see the difference, it looks like both pass the authid and pull the terms from marc, and accounts for UNIMARC, maybe another bug fixed it?

See also bug 33445