mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +01:00
Refactor permissions API endpoints, UI group permissions
This commit is contained in:
parent
f2d635671d
commit
211fbf0cf6
29 changed files with 353 additions and 139 deletions
|
|
@ -222,9 +222,7 @@ export abstract class ManagementListComponent<T extends ObjectWithId>
|
|||
}
|
||||
|
||||
userCanDelete(object: ObjectWithPermissions): boolean {
|
||||
return (
|
||||
!object.owner || this.permissionsService.currentUserIsOwner(object.owner)
|
||||
)
|
||||
return this.permissionsService.currentUserOwnsObject(object)
|
||||
}
|
||||
|
||||
userCanEdit(object: ObjectWithPermissions): boolean {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue