[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. 5ad1fd55868f51fb2e72d8c901da617fd86f9494
Evergreen Git
git at git.evergreen-ils.org
Fri Feb 1 11:30:58 EST 2013
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_3 has been updated
via 5ad1fd55868f51fb2e72d8c901da617fd86f9494 (commit)
from ad4a7f49ef10bdbdbd7977b576c298ea691c927e (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 5ad1fd55868f51fb2e72d8c901da617fd86f9494
Author: Kathy Lussier <klussier at masslnc.org>
Date: Thu Jan 31 10:51:40 2013 -0500
Copy_offset and copy_limit shouldn't persist in URL
Added copy_offset and copy_limit to stop_parms definition so that they
don't persist in URL when returning to search results or launching
subject/series searches.
Signed-off-by: Kathy Lussier <klussier at masslnc.org>
Signed-off-by: Pasi Kallinen <pasi.kallinen at pttk.fi>
Signed-off-by: Ben Shum <bshum at biblio.org>
diff --git a/Open-ILS/src/templates/opac/parts/record/body.tt2 b/Open-ILS/src/templates/opac/parts/record/body.tt2
index 0d9a58b..2e74d66 100644
--- a/Open-ILS/src/templates/opac/parts/record/body.tt2
+++ b/Open-ILS/src/templates/opac/parts/record/body.tt2
@@ -1,7 +1,7 @@
[%- attrs = {marc_xml => ctx.marc_xml};
PROCESS "opac/parts/misc_util.tt2";
PROCESS get_marc_attrs args=attrs;
- stop_parms = ['expand','cnoffset'];
+ stop_parms = ['expand','cnoffset','copy_offset','copy_limit'];
ctx.record_attrs = attrs; # capture for JS
%]
<div id='canvas_main' class='canvas' itemscope itemtype='[% args.schema.itemtype %]'>
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/opac/parts/record/body.tt2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list