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

Evergreen Git git at git.evergreen-ils.org
Wed Sep 10 17:13:31 EDT 2014


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  d6c14634e23bd4189b1deb1382227c526af483fc (commit)
      from  346709cece7e3056a7d59c41b4aea564c6a76125 (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 d6c14634e23bd4189b1deb1382227c526af483fc
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Mon Jun 30 14:57:29 2014 -0400

    lp1335958 Remove parameters from current checkouts link
    
    The limit and offset parameters can cause patrons to be stuck in a small
    section of their current checkout lists. Let's remove those two parameters
    when linking to that list from the patron dashboard.
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>
    Signed-off-by: Jim Keenan <jkeenan at cwmars.org>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/templates/opac/parts/topnav.tt2 b/Open-ILS/src/templates/opac/parts/topnav.tt2
index e9cacdd..34c5976 100644
--- a/Open-ILS/src/templates/opac/parts/topnav.tt2
+++ b/Open-ILS/src/templates/opac/parts/topnav.tt2
@@ -32,7 +32,7 @@
             </div>
             <div id="dashboard">
                 <span class="dash-align">
-                    <a class="dash-link" href="[% mkurl(ctx.opac_root _ '/myopac/circs')
+                    <a class="dash-link" href="[% mkurl(ctx.opac_root _ '/myopac/circs', {}, ['limit','offset'])
                         %]"><span id="dash_checked">[% ctx.user_stats.checkouts.total_out
                         %]</span> [% l("Checked Out") %]</a>
                 </span>

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list