Pman.Tab.AdminEnum.bjs
[Pman.Admin] / Pman.Tab.AdminEnum.js
index bcf09dd..f448af6 100644 (file)
@@ -648,7 +648,7 @@ Pman.Tab.AdminEnum = new Roo.XComponent({
            click : function()
             {
                 console.log(_this.grid);
-                var s = _this.grid.getSelectionModel().getSelected();
+                var s = _this.grid.getSelectionModel().getSelections();
                 
                 if (!s.length)  {
                     Roo.MessageBox.alert("Error", "Select a Row");