Pman.Tab.PersonList.js
[Pman.Core] / Pman.Tab.PersonList.js
index d2334b4..28efd55 100644 (file)
@@ -132,6 +132,8 @@ 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);
@@ -249,7 +251,6 @@ Pman.Tab.PersonList.prototype = {
                 listeners : {
                     rowdblclick : function(g, ri, e) {
                         var s = g.getDataSource().getAt(ri).data;
-                        Roo.log('rowdblclick fire');
                         if (_this.dialog() && Pman.hasPerm(_this.permName, 'E')) {
                             _this.dialog().show(s,refreshPager);
                         }