From: Kathy Lussier Date: Fri, 22 Sep 2017 19:18:12 +0000 (-0400) Subject: LP#1671635: Maintain search parameters throughout place hold process X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=63b8ca3abea5ae2f6078ee5a8a09ad376e0c05dd;p=Evergreen.git LP#1671635: Maintain search parameters throughout place hold process Add hidden fields to the Place Hold form for the search query, type and locg fields so that they will appear correctly in the search bar on the holds confirmation page. This commit also keeps the query parameter in the URL after clicking the Place Hold link from the search results page. Test Plan: Log into the public catalog and perform a search that is limited to a library that differs from the user's preferred search library and using a search type that is not keyword (e.g. title or author). Place a hold on any title from either the search results or record page. After submitting the form, look at the search parameters in the search bar on the hold confirmation page. Pre-patch, the query terms will not appear, the search type will revert back to the default of keyword, and the search library will be the user's preferred search library. Post-patch, the query parameters will be maintained in the search bar. Signed-off-by: Kathy Lussier Signed-off-by: Cesar Velez Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/templates/opac/parts/place_hold.tt2 b/Open-ILS/src/templates/opac/parts/place_hold.tt2 index 9ca96f98ed..18eb427851 100644 --- a/Open-ILS/src/templates/opac/parts/place_hold.tt2 +++ b/Open-ILS/src/templates/opac/parts/place_hold.tt2 @@ -32,6 +32,12 @@ %] + + + + + [% usr_barcode = CGI.param('usr_barcode') | html; is_requestor = CGI.param('is_requestor'); diff --git a/Open-ILS/src/templates/opac/parts/result/table.tt2 b/Open-ILS/src/templates/opac/parts/result/table.tt2 index 21210b1dfb..9781b70c06 100644 --- a/Open-ILS/src/templates/opac/parts/result/table.tt2 +++ b/Open-ILS/src/templates/opac/parts/result/table.tt2 @@ -389,7 +389,7 @@ END;