Feat: Implement duplicating assignments for admins

This commit is contained in:
Björn Fromme
2023-10-20 16:08:44 +02:00
parent 62ca1666bd
commit 05c925eec1
5 changed files with 56 additions and 7 deletions
@@ -65,6 +65,9 @@
</td>
<td>
<div class="flex items-center space-x-1 justify-end">
<a href="{{ path('app_admin_assignment_duplicate', { 'uuid': assignment.uuid, 'r': return_url() }) }}">
{{ icon('copy', 'w-5 h-5') }}
</a>
<a href="{{ path('app_admin_assignment_edit', { 'uuid': assignment.uuid, 'r': return_url() }) }}">
{{ icon('edit', 'w-5 h-5') }}
</a>