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>
</tr>
<tr>
<th>{$t('user.name')}</th>
<th>{$t('name')}</th>
<td>{user.first_name} {user.last_name}</td>
</tr>
<tr>
@@ -415,6 +415,7 @@
<Modal on:close={close}>
<UserEditForm
{form}
role_id={user.role_id}
user={selectedUser}
{subscriptions}
{licence_categories}