Pman.Dialog.AdminEnumType.bjs
[Pman.Admin] / Pman.Dialog.AdminEnumType.js
index 152bd61..b9a6bde 100644 (file)
@@ -89,6 +89,11 @@ Pman.Dialog.AdminEnumType = {
                                   {
                                       if(action.type == 'submit'){
                                           _this.dialog.hide();
+                                          
+                                          if(_this.callback){
+                                              _this.callback.call(_this, _this.form.getValues());
+                                          }
+                                          return
                                       }
                                   },
                                rendered : function (form)