Pman.Dialog.AdminEnumImages.bjs
[Pman.Admin] / Pman.Dialog.AdminEnumImages.js
index f14ce9d..ccda606 100644 (file)
@@ -193,7 +193,7 @@ Pman.Dialog.AdminEnumImages = {
             {
                 var ids = [];
                 
-                var sc = _this.grid.getSelectionModel().getSelection();
+                var sc = _this.grid.getSelectionModel().getSelections();
                 console.log(sc);
                 if (!ids.length) {
                     Roo.MessageBox.alert("Error", "Select rows by clicking the row");