frontend: fix missing usereditform role_id info

This commit is contained in:
Alex
2025-02-26 21:41:00 +01:00
parent b7682f8dc3
commit 3eeb35c768

View File

@@ -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}