Pman.Tab.PersonList.js
[Pman.Core] / Pman.Tab.PersonList.js
index 28efd55..3abf481 100644 (file)
@@ -132,8 +132,6 @@ Pman.Tab.PersonList.prototype = {
     
     add : function(parentLayout, region) {
         
-        Roo.log('PersonList add called!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!');
-        
         var _this = this;
         if (this.tab) {
             parentLayout.getRegion(region).showPanel(this.panel);
@@ -292,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) {