Pman.Tab.PersonList.js
[Pman.Core] / Pman.Tab.PersonList.js
index 84b0fb3..d93b80b 100644 (file)
@@ -288,9 +288,10 @@ Pman.Tab.PersonList.prototype = {
                 controller : this 
             })
         );
-        Roo.log(this.title);
         this.grid.render();
         
+        Roo.log(['Person', this.parentLayout, this.panel, this.grid]);
+        
         if (this.hiddenColumns) {
             var cm = this.grid.getColumnModel();
             Roo.each(this.hiddenColumns, function(c) {