mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
#2023 Remi-Liste laden nach Remi-Start
This commit is contained in:
@@ -207,14 +207,6 @@ export class RemissionListStartedComponent implements OnInit, OnDestroy {
|
||||
this.remissionListHits = hits;
|
||||
}
|
||||
});
|
||||
|
||||
this.remissionHelper.filtersUpdated$.pipe(takeUntil(this.destroy$)).subscribe(() => {
|
||||
setTimeout(() => {
|
||||
if (this.remissionList) {
|
||||
this.remissionList.setFullListLoadedToFalse();
|
||||
}
|
||||
}, 500);
|
||||
});
|
||||
}
|
||||
|
||||
initAutomaticRedirect() {
|
||||
|
||||
Reference in New Issue
Block a user