mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 16:25:33 +01:00
Log line
This commit is contained in:
parent
e5fe515b69
commit
f214fe1b3e
1 changed files with 0 additions and 2 deletions
|
|
@ -117,8 +117,6 @@ export class DocumentDetailComponent implements OnInit {
|
|||
modal.componentInstance.success.subscribe(newCorrespondent => {
|
||||
this.correspondentService.listAll().subscribe(correspondents => {
|
||||
this.correspondents = correspondents.results
|
||||
console.log(this.documentForm.get('correspondent'), this.documentForm.get('correspondent').setValue);
|
||||
|
||||
this.documentForm.get('correspondent').setValue(newCorrespondent.id)
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue