From 6333c6ab2fc5f503d65aac222d27942fd715c16e Mon Sep 17 00:00:00 2001 From: Mark Hofstetter Date: Fri, 11 Aug 2023 11:01:19 +0200 Subject: [PATCH] Bug 34506: After deleting record from a search result the link 'Go back to the results' has disappeared MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch fixes the regression of https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5428 introduced in 22.11.x Test plan see https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5428 To test: 0 - Perform a search in the staff client 1 - Click a title to go to the details page for a record 2 - Click the 'Edit' button and select 'Edit items in a batch' 3 - Note the searchid is in the url 4 - Make a change and hit 'Save' 5 - Note the 'Return the the record' link at the top, and the button on the bottom include searchid in URL 6 - Click one and note the brwoser is stil there 7 - Click 'Edit' and select 'Delete items in a batch' 8 - Delete one item 9 - Click return to record 10 - Browser is there 11 - Click 'Delete items in a batch again 12 - Select all and check 'Delete records if no items remain' 13 - Delete them 14 - Note you have a link to 'Go back to the results' Sponsored-by: Steiermärkische Landesbibliothek --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt index 547f5b1794..0722692d79 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt @@ -73,6 +73,7 @@ [% ELSE %]

Advanced search

+
-- 2.20.1