Bugzilla – Attachment 154359 Details for
Bug 34506
After deleting record from a search result the link 'Go back to the results' has disappeared
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34506: After deleting record from a search result the link 'Go back to the results' has disappeared
Bug-34506-After-deleting-record-from-a-search-resu.patch (text/plain), 2.04 KB, created by
Mark Hofstetter
on 2023-08-11 09:06:23 UTC
(
hide
)
Description:
Bug 34506: After deleting record from a search result the link 'Go back to the results' has disappeared
Filename:
MIME Type:
Creator:
Mark Hofstetter
Created:
2023-08-11 09:06:23 UTC
Size:
2.04 KB
patch
obsolete
>From 6333c6ab2fc5f503d65aac222d27942fd715c16e Mon Sep 17 00:00:00 2001 >From: Mark Hofstetter <mark@hofstetter.at> >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 %] > <input type="hidden" name="advsearch" value="1"/> > <h1>Advanced search</h1> >+ <div id="previous_search_link"></div> > > <!-- SEARCH BUTTONS --> > <div id="toolbar" class="btn-toolbar"> >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 34506
: 154359