Pman.Dialog.AdminEnumMerge.bjs
authorEdward <edward@roojs.com>
Fri, 28 Aug 2015 09:20:45 +0000 (17:20 +0800)
committerEdward <edward@roojs.com>
Fri, 28 Aug 2015 09:20:45 +0000 (17:20 +0800)
Pman.Dialog.AdminEnumMerge.js

Pman.Dialog.AdminEnumMerge.bjs
Pman.Dialog.AdminEnumMerge.js

index e0b427d..ead388b 100644 (file)
     },
     {
      "listeners" : {
-      "|click" : "function() \n{\n    if(typeof(_this.data._confirm) != 'undefined' && _this.data._confirm * 1 == 1){\n        Roo.MessageBox.confirm(\n            \"Confirm\", \n            \"Are you sure '\" + _this.data.display_name + \"' Merge with '\" + _this.form.findField('_merge_id').getRawValue() + \"'\", \n            function(res) {\n                if(res != 'yes') {\n                    return;\n                }\n                new Pman.Request({\n                    method : 'POST',\n                    url : baseURL + '/Roo/Core_enum',\n                    params : {\n                        _delete  : ids.join(',')\n                    },\n                    success : function() {\n                        _this.grid.footer.onClick('refresh');\n                    }\n                });\n            }\n        );\n    }\n    _this.form.doAction('submit');\n    \n}"
+      "|click" : "function() \n{\n    if(typeof(_this.data._confirm) != 'undefined' && _this.data._confirm * 1 == 1){\n        Roo.MessageBox.confirm(\n            \"Confirm\", \n            \"Are you sure '\" + _this.data.display_name + \"' Merge with '\" + _this.form.findField('_merge_id').getRawValue() + \"'\", \n            function(res) {\n                if(res != 'yes') {\n                    return;\n                }\n                \n                _this.form.doAction('submit');\n                return;\n            }\n        );\n        \n        return;\n    }\n    _this.form.doAction('submit');\n    \n}"
      },
      "text" : "OK",
      "xtype" : "Button",
index b430e03..99be453 100644 (file)
@@ -89,18 +89,13 @@ Pman.Dialog.AdminEnumMerge = {
                         if(res != 'yes') {
                             return;
                         }
-                        new Pman.Request({
-                            method : 'POST',
-                            url : baseURL + '/Roo/Core_enum',
-                            params : {
-                                _delete  : ids.join(',')
-                            },
-                            success : function() {
-                                _this.grid.footer.onClick('refresh');
-                            }
-                        });
+                        
+                        _this.form.doAction('submit');
+                        return;
                     }
                 );
+                
+                return;
             }
             _this.form.doAction('submit');