mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-18 12:37:08 +01:00
Working to backend except tags
This commit is contained in:
parent
24c53e78a7
commit
da3695e3a4
2 changed files with 27 additions and 44 deletions
|
|
@ -107,11 +107,11 @@ export class BulkEditorComponent {
|
|||
this.setTags.emit(tags)
|
||||
}
|
||||
|
||||
applyCorrespondent(selectedCorrespondent: ObjectWithId[]) {
|
||||
applyCorrespondent(selectedCorrespondent: PaperlessCorrespondent[]) {
|
||||
this.setCorrespondent.emit(selectedCorrespondent)
|
||||
}
|
||||
|
||||
applyDocumentType(selectedDocumentType: ObjectWithId[]) {
|
||||
applyDocumentType(selectedDocumentType: PaperlessDocumentType[]) {
|
||||
this.setDocumentType.emit(selectedDocumentType)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue