From c15e94f75967e295b7c9f7c16cfdddac60be4864 Mon Sep 17 00:00:00 2001 From: jonaswinkler Date: Sun, 3 Jan 2021 01:25:26 +0100 Subject: [PATCH] bugfix --- .../document-list/filter-editor/filter-editor.component.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src-ui/src/app/components/document-list/filter-editor/filter-editor.component.ts b/src-ui/src/app/components/document-list/filter-editor/filter-editor.component.ts index b160ae073..e6565beac 100644 --- a/src-ui/src/app/components/document-list/filter-editor/filter-editor.component.ts +++ b/src-ui/src/app/components/document-list/filter-editor/filter-editor.component.ts @@ -78,6 +78,11 @@ export class FilterEditorComponent implements OnInit, OnDestroy { this.documentTypeSelectionModel.clear(false) this.tagSelectionModel.clear(false) this.correspondentSelectionModel.clear(false) + this._titleFilter = null + this.dateAddedBefore = null + this.dateAddedAfter = null + this.dateCreatedBefore = null + this.dateCreatedAfter = null value.forEach(rule => { switch (rule.rule_type) {