[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. 7a5899df767122c3275c63f9abb8716ca76407a9
Evergreen Git
git at git.evergreen-ils.org
Thu Sep 22 10:38:22 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, rel_2_1 has been updated
via 7a5899df767122c3275c63f9abb8716ca76407a9 (commit)
from 3a3ccace1a278b42f49aef2e359ae8e9e9f19cba (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 7a5899df767122c3275c63f9abb8716ca76407a9
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