generic update / delete

This commit is contained in:
null
2024-03-08 11:33:21 +01:00
parent 1c22fb7b34
commit 5323204789
4 changed files with 84 additions and 4 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
</thead>
<tbody>
{% for field in data.fields %}
<tr onclick="onOpenDialog('{{ data.prefix }}/{{ field.id }}')">
<tr onclick="onOpenDialog('{{ data.prefix }}/update/{{ field.id }}')">
{% for key in data.order%}
<td>{{ field[key] }}</td>
{% endfor %}