frontend: fix missing usereditform role_id info
This commit is contained in:
@@ -210,7 +210,7 @@
|
|||||||
<td>{user.id}</td>
|
<td>{user.id}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{$t('user.name')}</th>
|
<th>{$t('name')}</th>
|
||||||
<td>{user.first_name} {user.last_name}</td>
|
<td>{user.first_name} {user.last_name}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -415,6 +415,7 @@
|
|||||||
<Modal on:close={close}>
|
<Modal on:close={close}>
|
||||||
<UserEditForm
|
<UserEditForm
|
||||||
{form}
|
{form}
|
||||||
|
role_id={user.role_id}
|
||||||
user={selectedUser}
|
user={selectedUser}
|
||||||
{subscriptions}
|
{subscriptions}
|
||||||
{licence_categories}
|
{licence_categories}
|
||||||
|
|||||||
Reference in New Issue
Block a user