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