[Checkins] SVN: zc.extjs/branches/dev/src/zc/extjs/resources/util.js No dialog to hide for form panels.

Gintautas Miliauskas gintas at pov.lt
Thu Apr 3 17:32:57 EDT 2008


Log message for revision 85081:
  No dialog to hide for form panels.
  

Changed:
  U   zc.extjs/branches/dev/src/zc/extjs/resources/util.js

-=-
Modified: zc.extjs/branches/dev/src/zc/extjs/resources/util.js
===================================================================
--- zc.extjs/branches/dev/src/zc/extjs/resources/util.js	2008-04-03 13:57:43 UTC (rev 85080)
+++ zc.extjs/branches/dev/src/zc/extjs/resources/util.js	2008-04-03 21:32:57 UTC (rev 85081)
@@ -130,7 +130,6 @@
                     config: form_config,
                     after: function (form, action)
                     {
-                        dialog.hide();
                         if (args.after)
                             args.after(form, action);
                     }
@@ -150,7 +149,7 @@
             {
                 form_reset(dialog.initialConfig.items[0], data);
                 return dialog.show();
-            }        
+            }
             call_server({
                 url: args.url,
                 params: args.params,



More information about the Checkins mailing list