From 7a22a3ddd2647bc8805b8ed024782cece2cee6ac Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 17 Jan 2011 11:03:01 +0800 Subject: [PATCH] Pman.Tab.AdminContactsGroup.js --- Pman.Tab.AdminContactsGroup.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Pman.Tab.AdminContactsGroup.js b/Pman.Tab.AdminContactsGroup.js index 65807c6..a7d7643 100644 --- a/Pman.Tab.AdminContactsGroup.js +++ b/Pman.Tab.AdminContactsGroup.js @@ -361,8 +361,11 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({ method: 'POST', success : function(data) { //refreshPager(); + // // do we need to do anything?? - Pman.Tab.AdminContacts.grid.footer.onClick('refresh'); + if (isFromGroup) { + Pman.Tab.AdminContacts.grid.footer.onClick('refresh'); + } }, failure: function() { -- 2.39.2