case 4389

This commit is contained in:
2023-01-24 23:54:50 +00:00
parent 88578b689d
commit 3e3deededb

View File

@@ -1302,6 +1302,8 @@ async function initForm(vm) {
//If prefilter mode clear any prior filters applied
if (vm.preFilterMode != null) {
//New filter, need to go back to the first page
vm.dataTablePagingOptions.page = 1;
await vm.clearFilter(false);
}
}