Pman.Tab.PersonList.js
[Pman.Core] / Pman.Tab.PersonList.js
index 83ec055..12eb89b 100644 (file)
@@ -456,9 +456,9 @@ Pman.Tab.PersonList.prototype = {
                 icon: rootURL + '/Pman/templates/images/trash.gif',
                 handler : function(){
                     //Pman.genericDelete(_this, 'Person'); 
-                    
+                    console.log(_this);
                     var di = this.grid.RowSelectionModel.getSelected();
-                    console.log(this);
+                    
                     var rec = _this.grid.ds.getAt(rowIndex);
             
                     console.log(ids.length);