From 94768d05467c1606f1392872e866c59414cfc2f4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 13 Sep 2012 11:13:27 +0800 Subject: [PATCH] Pman.Tab.AdminContactsGroup.js --- Pman.Tab.AdminContactsGroup.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Pman.Tab.AdminContactsGroup.js b/Pman.Tab.AdminContactsGroup.js index 5490045..6605e39 100644 --- a/Pman.Tab.AdminContactsGroup.js +++ b/Pman.Tab.AdminContactsGroup.js @@ -340,7 +340,7 @@ Pman.Tab.AdminContactsGroup = new Roo.XComponent({ sels.push(data.selections[i].data.id); } - Pman.request({ + new Pman.Request({ url: baseURL + '/Core/GroupMembers.php', params: { action : action, @@ -350,7 +350,8 @@ Pman.Tab.AdminContactsGroup = new Roo.XComponent({ }, method: 'POST', - success : function(data) { + success : function(res) { + var data = res.data; //refreshPager(); // // do we need to do anything?? -- 2.39.2