DataObjects/Core_company.php
[Pman.Core] / Pman.Tab.GroupsList.js
index 24447e0..56e0431 100644 (file)
@@ -79,6 +79,8 @@ Pman.Tab.GroupsList.prototype = {
                             }
                             o.params.type = _this.type;
                             
+                            o.params._add_everyone = 1;
+                            
                             
                         },
                         load : function()
@@ -152,8 +154,6 @@ Pman.Tab.GroupsList.prototype = {
         });
         // add selection changed...
         
-        Roo.log(['Groups', this.panel]);
-        
         this.panel  = parentLayout.add(region,  new Ext.GridPanel(this.grid ,
             { fitToframe: true,fitContainer: true, title: _this.title, id : _this.id, background: true})
         );