From: Kathy Lussier Date: Thu, 31 Jan 2013 15:51:40 +0000 (-0500) Subject: Copy_offset and copy_limit shouldn't persist in URL X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9ee59172f7353f102244fd3d4153875c6a65163d;p=evergreen%2Fpines.git 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 Signed-off-by: Pasi Kallinen Signed-off-by: Ben Shum --- diff --git a/Open-ILS/src/templates/opac/parts/record/body.tt2 b/Open-ILS/src/templates/opac/parts/record/body.tt2 index 0d9a58b2ca..2e74d66b21 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 %]