mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Working to backend except tags
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user