From: Alan Knowles Date: Thu, 13 Sep 2012 03:13:27 +0000 (+0800) Subject: Pman.Tab.AdminContactsGroup.js X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=94768d05467c1606f1392872e866c59414cfc2f4 Pman.Tab.AdminContactsGroup.js --- 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??