mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 05:07:43 +02:00
card RBAC (#10197)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -417,7 +417,7 @@
|
||||
{#each roles as role}
|
||||
<div class="antiGrid-row">
|
||||
<div class="antiGrid-row__header">
|
||||
<Label label={documentRes.string.RoleLabel} params={{ role: role.name }} />
|
||||
<Label label={view.string.RoleLabel} params={{ role: role.name }} />
|
||||
</div>
|
||||
<AccountArrayEditor
|
||||
value={rolesAssignment?.[role._id] ?? []}
|
||||
|
||||
Reference in New Issue
Block a user