Pman.Tab.GroupsList.js
[Pman.Core] / Pman.Tab.GroupsList.js
index 66e746a..aecb9ca 100644 (file)
@@ -226,7 +226,7 @@ Pman.Tab.GroupsList.prototype = {
                 }
                 
                 new Pman.Request({
-                    url: baseURL + '/Core/GroupMembers',
+                    url: baseURL + '/Core/GroupMembers', // not a dataobject...
                     params: {
                         action : action,
                         group_id: action =='add' ? rid.id : s[0].data.id,
@@ -333,7 +333,7 @@ Pman.Tab.GroupsList.prototype = {
                             }
                             
                             
-                            Pman.genericDelete(_this, 'Groups'); 
+                            Pman.genericDelete(_this, 'core_group'); 
                         } 
                     } , '-',
                       {