mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-16 11:36:39 +01:00
frontend permissions dialogs
This commit is contained in:
parent
b6f1ced455
commit
f461485aa0
13 changed files with 164 additions and 82 deletions
|
|
@ -10,6 +10,6 @@ export interface PaperlessUser extends ObjectWithId {
|
|||
is_active?: boolean
|
||||
is_superuser?: boolean
|
||||
groups?: PaperlessGroup[]
|
||||
permissions?: string[]
|
||||
user_permissions?: string[]
|
||||
inherited_permissions?: string[]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue