SEBSERV-549 fixed. was introduced by fix of SEBSERV-515

This commit is contained in:
anhefti 2024-06-24 11:46:43 +02:00
parent 37f5cf9ea9
commit 967f6792dc

View file

@ -321,7 +321,7 @@ public class EntityTable<ROW extends ModelIdAware> {
this.sortOrder = this.defaultSortOrder; this.sortOrder = this.defaultSortOrder;
updateSortUserAttr(); updateSortUserAttr();
setTableSort(); setTableSort();
applyFilter(); this.selectPage(1);
} }
public void updateCurrentPage() { public void updateCurrentPage() {