[open-ils-commits] r13084 - trunk/Open-ILS/web/vandelay (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue May 5 16:50:06 EDT 2009


Author: erickson
Date: 2009-05-05 16:50:02 -0400 (Tue, 05 May 2009)
New Revision: 13084

Modified:
   trunk/Open-ILS/web/vandelay/vandelay.js
Log:
for consistency, open  attr def editor on double click

Modified: trunk/Open-ILS/web/vandelay/vandelay.js
===================================================================
--- trunk/Open-ILS/web/vandelay/vandelay.js	2009-05-05 20:47:21 UTC (rev 13083)
+++ trunk/Open-ILS/web/vandelay/vandelay.js	2009-05-05 20:50:02 UTC (rev 13084)
@@ -978,7 +978,7 @@
 
     var store = new dojo.data.ItemFileReadStore({data:_data});
     attrEditorGrid.setStore(store);
-    dojo.connect(attrEditorGrid, 'onRowClick', onAttrEditorClick);
+    dojo.connect(attrEditorGrid, 'onRowDblClick', onAttrEditorClick);
     attrEditorGrid.update();
 }
 



More information about the open-ils-commits mailing list