mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
Show number of comments on cards, tab
This commit is contained in:
parent
f161722b34
commit
3911740360
14 changed files with 146 additions and 74 deletions
|
|
@ -632,6 +632,11 @@ export class DocumentDetailComponent
|
|||
)
|
||||
}
|
||||
|
||||
commentsUpdated(n_comments: number) {
|
||||
this.document.n_comments = n_comments
|
||||
this.openDocumentService.refreshDocument(this.documentId)
|
||||
}
|
||||
|
||||
get userIsOwner(): boolean {
|
||||
let doc: PaperlessDocument = Object.assign({}, this.document)
|
||||
// dont disable while editing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue