[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. 0dc0c288d2f6e876d1276b206d42d877b9c94d7d

Evergreen Git git at git.evergreen-ils.org
Wed Jun 27 10:34:56 EDT 2012


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  0dc0c288d2f6e876d1276b206d42d877b9c94d7d (commit)
      from  8ff28e94b22323850b158e5a82356f1feb376e2e (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 0dc0c288d2f6e876d1276b206d42d877b9c94d7d
Author: Bill Erickson <berick at esilibrary.com>
Date:   Tue Jun 12 16:04:09 2012 -0400

    tpac: repair some straggling bookbag CGI param names
    
    We missed some going from "id" to "bbid"
    
    Signed-off-by: Bill Erickson <berick at esilibrary.com>
    Signed-off-by: Jason Stephenson <jstephenson at mvlc.org>

diff --git a/Open-ILS/src/templates/opac/myopac/lists.tt2 b/Open-ILS/src/templates/opac/myopac/lists.tt2
index 9bdbc08..efefd4d 100644
--- a/Open-ILS/src/templates/opac/myopac/lists.tt2
+++ b/Open-ILS/src/templates/opac/myopac/lists.tt2
@@ -124,14 +124,14 @@
                     [%- INCLUDE "opac/parts/preserve_params.tt2" params=['loc', 'query', 'qtype']; %]
                     [% INCLUDE "opac/parts/filtersort.tt2"
                         value=CGI.param('sort') mode='bookbag' %]
-                    <input type="hidden" name="id"
+                    <input type="hidden" name="bbid"
                         value="[% CGI.param('bbid') | html %]" />
                     <input type="submit" value="[% l('Sort') %]" />
                 </form>
             </div>
             <div class="meta">
                 <form method="POST">
-                    <input type="hidden" name="id" value="[% bbag.id %]" />
+                    <input type="hidden" name="bbid" value="[% bbag.id %]" />
                     <input type="hidden" name="action" value="editmeta" />
                     [%- INCLUDE "opac/parts/preserve_params.tt2"; %]
                     <table id="bbag-name-desc-form">
@@ -241,7 +241,7 @@
                     <td colspan="3"><!-- All space left of notes column --></td>
                     <td class="save-notes">
                         [%- INCLUDE "opac/parts/preserve_params.tt2"; %]
-                        <input type="hidden" name="id" value="[% CGI.param('bbid') | html %]" />
+                        <input type="hidden" name="bbid" value="[% CGI.param('bbid') | html %]" />
                         <input type="submit" name="save_notes" value="[% l('Save Notes') %]" />
                     </td>
                 </tr>

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

Summary of changes:
 Open-ILS/src/templates/opac/myopac/lists.tt2 |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list