Skip to content

Commit 31d9aaa

Browse files
committed
MAGETWO-44454: Assignment is not displayed properly after filter is changed
1 parent 494a30a commit 31d9aaa

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ define([
6969

7070
registry.set('position_cache_valid', true);
7171

72-
if (this.selected().length === this.selectedData.length || positionCacheValid) {
72+
if (this.selected().length === this.selectedData.length && positionCacheValid) {
7373
return;
7474
}
7575
// Check selected data

0 commit comments

Comments
 (0)