mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +01:00
Change toggle all, fix multiple group inheritance, fix select dark mode display
This commit is contained in:
parent
bb8a0d26e2
commit
b1a4eec7be
3 changed files with 23 additions and 4 deletions
|
|
@ -145,6 +145,9 @@ export class PermissionsSelectComponent
|
|||
})
|
||||
this.typesWithAllActions.add(type)
|
||||
} else {
|
||||
Object.keys(PermissionAction).forEach((action) => {
|
||||
typeGroup.get(action).patchValue(false)
|
||||
})
|
||||
this.typesWithAllActions.delete(type)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue