[open-ils-commits] [GIT] Evergreen ILS branch rel_2_10 updated. c42247edb255ce7c593700152b27395936597552

Evergreen Git git at git.evergreen-ils.org
Thu Feb 2 12:04:01 EST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_10 has been updated
       via  c42247edb255ce7c593700152b27395936597552 (commit)
      from  d847bea69ebbe92e5092be7eff1afb625e86cf59 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c42247edb255ce7c593700152b27395936597552
Author: blake <blake at mobiusconsortium.org>
Date:   Fri Jan 27 10:57:12 2017 -0600

    LP1659892: Remove page from URL in metarecord navigation
    
    Scrubs the 'page' URI value from the "Return to Grouped Search Results"
    preventing the resulting page from showing the currently selected page.
    
    Signed-off-by: blake <blake at mobiusconsortium.org>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/Open-ILS/src/templates/opac/results.tt2 b/Open-ILS/src/templates/opac/results.tt2
index ccf1ba2..4c3d6f6 100644
--- a/Open-ILS/src/templates/opac/results.tt2
+++ b/Open-ILS/src/templates/opac/results.tt2
@@ -37,7 +37,7 @@
           </div>
           [% IF CGI.param('query') %]
           <div>
-            <a href="[% mkurl(ctx.opac_root _ '/results', {}, ['metarecord']); %]">
+            <a href="[% mkurl(ctx.opac_root _ '/results', {}, ['metarecord','page']); %]">
               [% l('◄ Return to Grouped Search Results') %]
             </a>
           </div>

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/templates/opac/results.tt2 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list