mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
Support bulk edit owner
This commit is contained in:
parent
a5ab6f2558
commit
6dc5c1de32
10 changed files with 47 additions and 37 deletions
|
|
@ -209,7 +209,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