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

index b3b3603..5a215cd 100644 (file)
@@ -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');
-                                    }
-                                });
-                            }
-                        );
+                        
 
 
                     }