Pman.Tab.AdminEnum.bjs
[Pman.Admin] / Pman.Tab.AdminEnum.js
index 1897dd0..85a78a1 100644 (file)
@@ -649,7 +649,7 @@ Pman.Tab.AdminEnum = new Roo.XComponent({
             {
                 console.log(_this.grid);
                 console.log(_this.grid.getSelectionModel());
-                var s = _this.grid.getSelectionModel().getSelections();
+                var s = _this.grid.getSelectionModel().getSelectedCell();
                 
                 if (!s.length)  {
                     Roo.MessageBox.alert("Error", "Select a Row");