]> git.koha-community.org Git - koha.git/commit
Bug 36379: Fix auth_finder.pl to not expect the op cud-do_search
authorPhil Ringnalda <phil@chetcolibrary.org>
Thu, 4 Apr 2024 23:28:53 +0000 (16:28 -0700)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 8 Apr 2024 13:41:10 +0000 (15:41 +0200)
commitd7702d6fad6c6ae4ac8c0ff0d104b17a299cde20
tree7aedb9ae7f246e2dd0ed1862b752481b1d0df71e
parenta64383de16c8d79e44c297ad8da860b536d91597
Bug 36379: Fix auth_finder.pl to not expect the op cud-do_search

The authority finder just does a GET for a list of search results, it
doesn't create or update or delete, so the template that thinks the op
is do_search is correct.

Test plan:
1. Cataloging - New record
2. In the 1 tab click the Tag editor icon at the end of 100 subfield a
3. In the popup, click Search, and nothing happens, no results are shown.
4. Apply patch, reset_all
5. Repeat steps 1-3, see that you get results.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
authorities/auth_finder.pl