Pman.Tab.GroupsList.js
[Pman.Core] / Pman.Tab.GroupsList.js
index d4cb80b..aecb9ca 100644 (file)
@@ -62,7 +62,7 @@ Pman.Tab.GroupsList.prototype = {
                     
                     
                     proxy: new Ext.data.HttpProxy({
-                        url: baseURL + '/Roo/Groups.html',
+                        url: baseURL + '/Roo/core_group',
                         method: 'GET'
                     }),
                     remoteSort: true,
@@ -79,6 +79,8 @@ Pman.Tab.GroupsList.prototype = {
                             }
                             o.params.type = _this.type;
                             
+                            o.params._add_everyone = 1;
+                            
                             
                         },
                         load : function()
@@ -155,9 +157,6 @@ Pman.Tab.GroupsList.prototype = {
         this.panel  = parentLayout.add(region,  new Ext.GridPanel(this.grid ,
             { fitToframe: true,fitContainer: true, title: _this.title, id : _this.id, background: true})
         );
-
-        Roo.log(['Groups', parentLayout, this.panel, this.grid]);
-        
         this.grid.render();
         
         
@@ -227,7 +226,7 @@ Pman.Tab.GroupsList.prototype = {
                 }
                 
                 new Pman.Request({
-                    url: baseURL + '/Core/GroupMembers.php',
+                    url: baseURL + '/Core/GroupMembers', // not a dataobject...
                     params: {
                         action : action,
                         group_id: action =='add' ? rid.id : s[0].data.id,
@@ -334,7 +333,7 @@ Pman.Tab.GroupsList.prototype = {
                             }
                             
                             
-                            Pman.genericDelete(_this, 'Groups'); 
+                            Pman.genericDelete(_this, 'core_group'); 
                         } 
                     } , '-',
                       {