Fix admin entity edit actions for event admin entities and activity reason (category) entities

This commit is contained in:
2025-06-11 16:46:04 +02:00
parent 5ee8a6bc82
commit 7d0fe06651
6 changed files with 8 additions and 54 deletions

View File

@@ -26,7 +26,7 @@
<a href="{{ path('chill_activity_activityreasoncategory_show', { 'id': entity.id }) }}" class="btn btn-show" title="{{ 'show'|trans }}"></a>
</li>
<li>
<a href="{{ path('chill_activity_activityreasoncategory_edit', { 'id': entity.id }) }}" class="btn btn-edit" title="{{ 'edit'|trans }}"></a>
<a href="{{ path('chill_activity_activityreasoncategory_update', { 'id': entity.id }) }}" class="btn btn-edit" title="{{ 'edit'|trans }}"></a>
</li>
</ul>
</td>