mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-16 11:36:39 +01:00
feat: reflect django permissions on UI
This commit is contained in:
parent
1dc271723c
commit
4603813896
24 changed files with 301 additions and 113 deletions
|
|
@ -1,11 +1,9 @@
|
|||
export interface PaperlessUiSettings {
|
||||
user_id: number
|
||||
|
||||
username: string
|
||||
|
||||
display_name: string
|
||||
|
||||
settings: Object
|
||||
permissions: string[]
|
||||
}
|
||||
|
||||
export interface PaperlessUiSetting {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue