mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
Dont use document data from /documents API call for edit
This commit is contained in:
parent
3c48ce0225
commit
2c1333a75f
10 changed files with 18 additions and 35 deletions
|
|
@ -184,7 +184,7 @@ export class DocumentDetailComponent
|
|||
this.openDocumentService.getOpenDocument(this.documentId)
|
||||
)
|
||||
} else {
|
||||
this.openDocumentService.openDocument(doc, false)
|
||||
this.openDocumentService.openDocument(doc)
|
||||
this.updateComponent(doc)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue