mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
disable instead of hide doc edit buttons
This commit is contained in:
@@ -585,6 +585,13 @@ export class DocumentDetailComponent
|
||||
)
|
||||
}
|
||||
|
||||
get userIsOwner(): boolean {
|
||||
return (
|
||||
!this.document ||
|
||||
this.permissionsService.currentUserOwnsObject(this.document)
|
||||
)
|
||||
}
|
||||
|
||||
get userCanEdit(): boolean {
|
||||
return (
|
||||
!this.document ||
|
||||
|
Reference in New Issue
Block a user