Pman.Tab.PersonList.js
authorbenny <benny@roojs.com>
Fri, 13 Jul 2018 07:38:02 +0000 (15:38 +0800)
committerbenny <benny@roojs.com>
Fri, 13 Jul 2018 07:38:02 +0000 (15:38 +0800)
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);