[open-ils-commits] [GIT] Evergreen ILS branch master updated. 421bf913c15eabfae6badfcf1b2e420865d9613d

Evergreen Git git at git.evergreen-ils.org
Thu Feb 2 12:01:11 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, master has been updated
       via  421bf913c15eabfae6badfcf1b2e420865d9613d (commit)
      from  117d1641c4a31df9994b80f307e833701266d1f1 (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 421bf913c15eabfae6badfcf1b2e420865d9613d
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