mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
fix object creation, user serialization, user creation
This commit is contained in:
@@ -13,7 +13,7 @@ export interface PermissionsObject {
|
||||
}
|
||||
|
||||
export interface ObjectWithPermissions extends ObjectWithId {
|
||||
owner?: PaperlessUser
|
||||
owner?: number
|
||||
|
||||
permissions?: PermissionsObject
|
||||
}
|
||||
|
Reference in New Issue
Block a user