Pman.Dialog.AdminEnumMerge.bjs
[Pman.Admin] / Pman.Dialog.AdminEnumMerge.js
index 254f966..136e2fd 100644 (file)
@@ -111,21 +111,6 @@ Pman.Dialog.AdminEnumMerge = {
           {
             if (action.type == 'setdata') {
           
-                  if((typeof(_this.data.etype) == 'undefined') || !_this.data.etype.length){
-                      Roo.MessageBox.alert('Error', 'Missing etype');
-                      _this.dialog.hide();
-                      return;
-                  }
-                  
-                  if(typeof(_this.data.title) != 'undefined' && _this.data.title.length){
-                      _this.dialog.setTitle(_this.data.title);
-                  }
-            
-                  if(_this.data.id){
-                      _this.dialog.el.mask("Loading");
-                      this.load({ method: 'GET', params: { '_id' : _this.data.id }}); 
-                  }
-                 
                  return;
               }
               if (action.type == 'load') {