[open-ils-commits] [GIT] Evergreen ILS branch master updated. 9ee59172f7353f102244fd3d4153875c6a65163d

Evergreen Git git at git.evergreen-ils.org
Fri Feb 1 11:30:57 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, master has been updated
       via  9ee59172f7353f102244fd3d4153875c6a65163d (commit)
      from  439bf426083603e8f36f904883fdbd200fce13cf (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 9ee59172f7353f102244fd3d4153875c6a65163d
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