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:
@@ -52,8 +52,8 @@ export class UserEditDialogComponent
|
||||
last_name: new FormControl(''),
|
||||
is_active: new FormControl(true),
|
||||
is_superuser: new FormControl(false),
|
||||
groups: new FormControl(null),
|
||||
user_permissions: new FormControl(null),
|
||||
groups: new FormControl([]),
|
||||
user_permissions: new FormControl([]),
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user