Pman.Tab.PersonList.js
authorbenny <benny@roojs.com>
Fri, 13 Jul 2018 07:40:58 +0000 (15:40 +0800)
committerbenny <benny@roojs.com>
Fri, 13 Jul 2018 07:40:58 +0000 (15:40 +0800)
Pman.Tab.PersonList.js

index 12eb89b..040a665 100644 (file)
@@ -456,12 +456,11 @@ 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();
                     
+
                     var rec = _this.grid.ds.getAt(rowIndex);
             
-                    console.log(ids.length);
+                    console.log(rec);
                     /*if (!ids.length) {
                         Roo.MessageBox.alert("Error", "Select rows by clicking on the Internal# column");
                         return;