Make Userfields reorderable (closes #1134)

This commit is contained in:
Bernd Bestel
2020-11-17 20:12:45 +01:00
parent 887526c727
commit 6270f39688
6 changed files with 44 additions and 3 deletions

View File

@@ -92,6 +92,7 @@
<th>{{ $__t('Name') }}</th>
<th>{{ $__t('Caption') }}</th>
<th>{{ $__t('Type') }}</th>
<th>{{ $__t('Sort number') }}</th>
</tr>
</thead>
<tbody class="d-none">
@@ -125,6 +126,9 @@
<td>
{{ $__t($userfield->type) }}
</td>
<td>
{{ $userfield->sort_number }}
</td>
</tr>
@endforeach
</tbody>