[open-ils-commits] r17768 - branches/rel_2_0/Open-ILS/web/js/ui/default/vandelay (senator)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Sep 17 13:13:18 EDT 2010
Author: senator
Date: 2010-09-17 13:13:14 -0400 (Fri, 17 Sep 2010)
New Revision: 17768
Modified:
branches/rel_2_0/Open-ILS/web/js/ui/default/vandelay/vandelay.js
Log:
Backport r17767 from trunk, vandelay Edit Attributes fix
Modified: branches/rel_2_0/Open-ILS/web/js/ui/default/vandelay/vandelay.js
===================================================================
--- branches/rel_2_0/Open-ILS/web/js/ui/default/vandelay/vandelay.js 2010-09-17 17:11:18 UTC (rev 17767)
+++ branches/rel_2_0/Open-ILS/web/js/ui/default/vandelay/vandelay.js 2010-09-17 17:13:14 UTC (rev 17768)
@@ -1170,7 +1170,7 @@
var store = new dojo.data.ItemFileReadStore({data:_data});
attrEditorGrid.setStore(store);
- dojo.connect(attrEditorGrid, 'onRowDblClick', onAttrEditorClick);
+ attrEditorGrid.onRowDblClick = onAttrEditorClick;
attrEditorGrid.update();
}
More information about the open-ils-commits
mailing list