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

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Mar 2 10:59:27 EST 2009


Author: erickson
Date: 2009-03-02 10:59:25 -0500 (Mon, 02 Mar 2009)
New Revision: 12347

Modified:
   trunk/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js
Log:
update grid after re-displaying it

Modified: trunk/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js	2009-03-02 15:44:05 UTC (rev 12346)
+++ trunk/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js	2009-03-02 15:59:25 UTC (rev 12347)
@@ -264,6 +264,7 @@
                 this.editPane.destroy();
                 delete this.editPane;
                 dojo.style(this.domNode, 'display', 'block');
+                this.update();
             },
             
             resetStore : function() {



More information about the open-ils-commits mailing list