mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
bugfix
This commit is contained in:
parent
061dc04755
commit
c15e94f759
1 changed files with 5 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue