From: Alan Knowles Date: Mon, 17 Jan 2011 02:44:55 +0000 (+0800) Subject: Pman.Tab.AdminContactsGroup.js X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=c3594febcf1de5aeec1ad68fd8e07b8d8fc4eca0 Pman.Tab.AdminContactsGroup.js --- diff --git a/Pman.Tab.AdminContactsGroup.js b/Pman.Tab.AdminContactsGroup.js index a4fb6b4..91f9e03 100644 --- a/Pman.Tab.AdminContactsGroup.js +++ b/Pman.Tab.AdminContactsGroup.js @@ -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({}); }); }