Pman.Tab.GroupsList.js
[Pman.Core] / Pman.Tab.GroupsList.js
index 75f1e94..56e0431 100644 (file)
@@ -79,6 +79,8 @@ Pman.Tab.GroupsList.prototype = {
                             }
                             o.params.type = _this.type;
                             
+                            o.params._add_everyone = 1;
+                            
                             
                         },
                         load : function()
@@ -155,10 +157,8 @@ 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})
         );
-
         this.grid.render();
-
-        Roo.log(['Groups', parentLayout, this.panel, this.grid]);
+        
         
         new Ext.dd.DropTarget(_this.grid.getView().mainBody, {  
             ddGroup : 'groupDD',