Pman.Tab.GroupsList.js
[Pman.Core] / Pman.Tab.GroupsList.js
index a385766..630f61f 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()
@@ -359,8 +361,6 @@ Pman.Tab.GroupsList.prototype = {
     },
     refresh: function()
     {
-        Roo.log('refresh??????????????????????????????????????');
-        Roo.log(this.grid);
         this.grid.getDataSource().reload();   
     } /*,
    // - is this used anymore?