[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. 42980607363da546727ab0e29ae921d907c3cade

Evergreen Git git at git.evergreen-ils.org
Fri Feb 1 11:32:53 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_2 has been updated
       via  42980607363da546727ab0e29ae921d907c3cade (commit)
      from  4f0b0ec1c62ed1107e83ae31718030444508e43f (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 42980607363da546727ab0e29ae921d907c3cade
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 183cf16..a979bf6 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'];
 %]
 <div id='canvas_main' class='canvas' itemscope itemtype='[% args.schema.itemtype %]'>
     [%- INCLUDE "opac/parts/record/navigation.tt2" %]

-----------------------------------------------------------------------

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