[open-ils-commits] r12957 - trunk/Open-ILS/web/js/dojo/openils/widget (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Apr 22 09:20:51 EDT 2009


Author: erickson
Date: 2009-04-22 09:20:50 -0400 (Wed, 22 Apr 2009)
New Revision: 12957

Modified:
   trunk/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js
Log:
building the grid cell widget forces server fetches, which cause grid display to act wonky.  disabling for now until I can put together some pre-draw fetching logic

Modified: trunk/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js	2009-04-22 13:03:30 UTC (rev 12956)
+++ trunk/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js	2009-04-22 13:20:50 UTC (rev 12957)
@@ -421,7 +421,7 @@
             readOnly : true,
             forceSync : true
         });
-        autoWidget.build();
+        //autoWidget.build();
         return autoWidget.getDisplayString();
     }
 }



More information about the open-ils-commits mailing list