[open-ils-commits] [GIT] Evergreen ILS branch rel_2_6 updated. 600a30c2dd33c8e7c77fa18b497742e5da17cd78
Evergreen Git
git at git.evergreen-ils.org
Wed Sep 10 17:14:54 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, rel_2_6 has been updated
via 600a30c2dd33c8e7c77fa18b497742e5da17cd78 (commit)
from 1f9ac604002e6a6f3fac4556850c73dd6611030a (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 600a30c2dd33c8e7c77fa18b497742e5da17cd78
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