Merge branch 'bugfix/permission_checks' into dev
All checks were successful
Build Docker Image / Docker-Build (push) Successful in 2m28s
Build Docker Image / Clean-Registry (push) Successful in 2s

This commit is contained in:
2026-02-12 08:42:13 +01:00
3 changed files with 14 additions and 19 deletions

View File

@@ -76,12 +76,9 @@
<table>
<tbody>
<tr>
<td>{t('ID')}</td>
<td>{item.id}</td>
</tr>
<tr>
<td>{t('Code')}:</td>
<td>
{t('ID')}
</td>
<td>
<LineEditor type="span" editable={true} value={item.code} onSet={v => update('code',v)} />
</td>