Merge branch 'bugfix/permission_checks' into dev
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user