Pman.Tab.GroupsList.js
[Pman.Core] / Pman.Tab.GroupsList.js
index 3b16601..75f1e94 100644 (file)
@@ -155,8 +155,10 @@ 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',