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

index 830fb15..199af24 100644 (file)
@@ -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 = {
                                 }
                             });
                         }
-                    );
+                    );*/