mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-05-27 09:22:27 -04: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