Skip to content

Commit fe25a09

Browse files
committed
MAGETWO-44656: Fix onoff.js
1 parent 31d9aaa commit fe25a09

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Ui/view/base/web/js/grid/columns

1 file changed

+1
-0
lines changed

app/code/Magento/Ui/view/base/web/js/grid/columns/onoff.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ define([
8282
for (i = 0; i < this.selected().length; i++) {
8383
key = this.selected()[i];
8484
this.selectedData.hasOwnProperty(key) || this.selected.splice(this.selected().indexOf(key), 1);
85+
this.selectedData.hasOwnProperty(key) || (i--);
8586
}
8687
},
8788

0 commit comments

Comments
 (0)