From 42980607363da546727ab0e29ae921d907c3cade Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Thu, 31 Jan 2013 10:51:40 -0500 Subject: [PATCH] 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 --- Open-ILS/src/templates/opac/parts/record/body.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" %] -- 2.11.0