From 0f93194cbef7922c3f848434e41fd47d0715e335 Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 2 Mar 2009 15:59:25 +0000 Subject: [PATCH] update grid after re-displaying it git-svn-id: svn://svn.open-ils.org/ILS/trunk@12347 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/js/dojo/openils/widget/AutoGrid.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js b/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js index e26fe8978d..cef19da353 100644 --- a/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js +++ b/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js @@ -264,6 +264,7 @@ if(!dojo._hasResource['openils.widget.AutoGrid']) { this.editPane.destroy(); delete this.editPane; dojo.style(this.domNode, 'display', 'block'); + this.update(); }, resetStore : function() { -- 2.11.0