From: benny Date: Fri, 13 Jul 2018 07:16:58 +0000 (+0800) Subject: Pman.Tab.PersonList.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=3cdd6abd3df08447ded274a1413436af1daa8e64 Pman.Tab.PersonList.js --- diff --git a/Pman.Tab.PersonList.js b/Pman.Tab.PersonList.js index b3b36030..5a215cd6 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -464,30 +464,7 @@ Pman.Tab.PersonList.prototype = { ids.push(rr.data.id); } }); - if (!ids.length) { - Roo.MessageBox.alert("Error", "Select rows by clicking on the Internal# column"); - return; - } - - Roo.MessageBox.confirm( - "Confirm", - "Confirm Deletion of selected rows (some rows can not be deleted if they are referenced elsewhere", - function(res) { - if(res != 'yes') { - return; - } - new Pman.Request({ - method : 'POST', - url : baseURL + '/Roo/core_person', - params : { - _delete : ids.join(',') - }, - success : function() { - _this.grid.footer.onClick('refresh'); - } - }); - } - ); + }