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

Evergreen Git git at git.evergreen-ils.org
Thu Sep 22 10:39:01 EDT 2011


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  cf186fc528c46c38c175d3cf20a1996a397ff6e8 (commit)
       via  6886c07f4ce333e9a0586ff373037137b9866991 (commit)
      from  07668697cf13b4687eab878b13446b4771ec9c4e (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 cf186fc528c46c38c175d3cf20a1996a397ff6e8
Merge: 6886c07 0766869
Author: Jason Etheridge <jason at esilibrary.com>
Date:   Thu Sep 22 10:38:48 2011 -0400

    Merge branch 'master' of git.evergreen-ils.org:Evergreen


commit 6886c07f4ce333e9a0586ff373037137b9866991
Author: Jason Etheridge <jason at esilibrary.com>
Date:   Thu Sep 22 10:36:57 2011 -0400

    Fix broken Work Log UI
    
    Missed a map_row_to_columns when I was ripping those out in c9c05ce8e179d7a9d4325ac1f429e91fcfe7c9a0
    
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>

diff --git a/Open-ILS/xul/staff_client/server/admin/work_log.js b/Open-ILS/xul/staff_client/server/admin/work_log.js
index 9a1eb75..ffdc2bd 100644
--- a/Open-ILS/xul/staff_client/server/admin/work_log.js
+++ b/Open-ILS/xul/staff_client/server/admin/work_log.js
@@ -64,7 +64,6 @@ function init_lists() {
 
         list2.init( {
             'columns' : columns,
-            'map_row_to_columns' : column_mapper_func,
             'on_select' : function(ev) {
                 JSAN.use('util.functional'); var sel = list2.retrieve_selection();
                 selected2 = util.functional.map_list( sel, function(o) { return JSON2js(o.getAttribute('retrieve_id')); });

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

Summary of changes:
 Open-ILS/xul/staff_client/server/admin/work_log.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list