From 5ccfc564ae4da7fd19184539432dcdf29a1146c3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 14 Jan 2011 15:53:29 +0800 Subject: [PATCH] Pman.Tab.AdminContactsGroup.js --- Pman.Tab.AdminContactsGroup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Tab.AdminContactsGroup.js b/Pman.Tab.AdminContactsGroup.js index f38b061..ca20552 100644 --- a/Pman.Tab.AdminContactsGroup.js +++ b/Pman.Tab.AdminContactsGroup.js @@ -56,7 +56,7 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({ _this.grid = this; //_this.dialog = Pman.Dialog.FILL_IN if (_this.panel.active) { - this.footer.onClick('first'); + _this.grid.ds.load({}); } }, rowdblclick : function (_self, rowIndex, e) -- 2.39.2