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=42980607363da546727ab0e29ae921d907c3cade;p=Evergreen.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 183cf1627e..a979bf67de 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']; %]
[%- INCLUDE "opac/parts/record/navigation.tt2" %]