Pman.Tab.AdminEnum.bjs
[Pman.Admin] / Pman.Tab.AdminEnum.js
index 85a78a1..c0038fb 100644 (file)
@@ -647,18 +647,17 @@ Pman.Tab.AdminEnum = new Roo.XComponent({
           listeners : {
            click : function()
             {
-                console.log(_this.grid);
-                console.log(_this.grid.getSelectionModel());
+            
                 var s = _this.grid.getSelectionModel().getSelectedCell();
-                
+            
                 if (!s.length)  {
                     Roo.MessageBox.alert("Error", "Select a Row");
                     return;
                 }
                 
                 var d = _this.grid.ds.getAt(s[0]);
-            
-                Pman.Dialog.AdminEnumMerge.show(d.data, function() {
+                console.log(Pman.Dialog);
+                Pman.Dialog.AdminEnumType.show(d.data, function() {
                     _this.grid.footer.onClick('refresh');
                 });