Skip to content

Commit 7d12468

Browse files
author
Roman Ganin
committed
Merge remote-tracking branch 'origin/MAGETWO-44656' into MAGETWO-44464
2 parents 23f840e + fe25a09 commit 7d12468

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)