mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
Typo!
This commit is contained in:
parent
2c18f6268b
commit
7ac101d84e
3 changed files with 15 additions and 15 deletions
|
|
@ -113,17 +113,17 @@ export class DocumentListComponent implements OnInit {
|
|||
}
|
||||
|
||||
clickTag(tagID: number) {
|
||||
this.filterEditorService.toggleFitlerByTagID(tagID)
|
||||
this.filterEditorService.toggleFilterByTagID(tagID)
|
||||
this.applyFilterRules()
|
||||
}
|
||||
|
||||
clickCorrespondent(correspondentID: number) {
|
||||
this.filterEditorService.toggleFitlerByCorrespondentID(correspondentID)
|
||||
this.filterEditorService.toggleFilterByCorrespondentID(correspondentID)
|
||||
this.applyFilterRules()
|
||||
}
|
||||
|
||||
clickDocumentType(documentTypeID: number) {
|
||||
this.filterEditorService.toggleFitlerByDocumentTypeID(documentTypeID)
|
||||
this.filterEditorService.toggleFilterByDocumentTypeID(documentTypeID)
|
||||
this.applyFilterRules()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue