From: benny Date: Fri, 13 Jul 2018 07:35:51 +0000 (+0800) Subject: Pman.Tab.PersonList.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=91164cf74bc06f30f712b023a32bb800ee5a4a91 Pman.Tab.PersonList.js --- diff --git a/Pman.Tab.PersonList.js b/Pman.Tab.PersonList.js index 830fb15d..199af24f 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -457,15 +457,12 @@ Pman.Tab.PersonList.prototype = { handler : function(){ //Pman.genericDelete(_this, 'Person'); - var ids = []; - - _this.grid.dataSource.each(function(rr) { - if (rr.selected) { - ids.push(rr.data.id); - } - }); + var di = this.RowSelectionModel.getSelected; + console.log(di); + var rec = _this.grid.ds.getAt(rowIndex); + console.log(ids.length); - if (!ids.length) { + /*if (!ids.length) { Roo.MessageBox.alert("Error", "Select rows by clicking on the Internal# column"); return; } @@ -488,7 +485,7 @@ Pman.Tab.PersonList.prototype = { } }); } - ); + );*/