mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	bugfix
This commit is contained in:
		@@ -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) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user