Pman.Tab.PersonList.js
[Pman.Core] / Pman.Tab.PersonList.js
index 6e6b8c8..3abf481 100644 (file)
@@ -290,6 +290,8 @@ Pman.Tab.PersonList.prototype = {
         );
         this.grid.render();
         
+        Roo.log(['Person', parentLayout, this.panel, this.grid]);
+        
         if (this.hiddenColumns) {
             var cm = this.grid.getColumnModel();
             Roo.each(this.hiddenColumns, function(c) {