@acorex/platform 20.5.0-next.2 → 20.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1951,7 +1951,7 @@ class AXPEntityMasterListViewModel {
1951
1951
  operator: null,
1952
1952
  filters: filters,
1953
1953
  }));
1954
- this.dataSource.refresh();
1954
+ this.events$.next({ action: 'refresh' });
1955
1955
  }
1956
1956
  resetColumns() {
1957
1957
  this.applyViewColumns();