Pman.Tab.AdminContactsGroup.js
[Pman.Admin] / Pman.Tab.AdminContactsGroup.js
index a4fb6b4..91f9e03 100644 (file)
@@ -206,7 +206,7 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({
                                             click : function()
                                             {
                                                 if (!_this.dialog) return;
-                                                _this.dialog.show( { id : 0,  } , function() {
+                                                _this.dialog.show( { id : 0,  type: 2 } , function() {
                                                      _this.grid.ds.load({});
                                                }); 
                                             }