Pman.Tab.GroupsList.js
authoredward <edward@roojs.com>
Fri, 19 Aug 2016 08:10:37 +0000 (16:10 +0800)
committeredward <edward@roojs.com>
Fri, 19 Aug 2016 08:10:37 +0000 (16:10 +0800)
Pman.Tab.GroupsList.js

index 24447e0..c92c09c 100644 (file)
@@ -152,11 +152,12 @@ 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})
         );
+
+        Roo.log(['Groups', parentLayout, this.panel]);
+        
         this.grid.render();