sync
[Pman.Admin] / Pman.Tab.AdminEnum.js
index c0038fb..314c952 100644 (file)
@@ -657,7 +657,7 @@ Pman.Tab.AdminEnum = new Roo.XComponent({
                 
                 var d = _this.grid.ds.getAt(s[0]);
                 console.log(Pman.Dialog);
-                Pman.Dialog.AdminEnumType.show(d.data, function() {
+                Pman.Dialog.AdminEnumMerge.show(d.data, function() {
                     _this.grid.footer.onClick('refresh');
                 });