feat: keep pagination parameters when returning to previous page

This commit is contained in:
Björn Fromme
2024-06-19 09:05:16 +02:00
parent 590ed2fdc3
commit 83e0986c9a
12 changed files with 29 additions and 15 deletions
@@ -41,7 +41,7 @@
<button type="submit" class="btn">
Speichern
</button>
<a href="{{ path('app_administrative_assignment_index') }}" class="btn btn--secondary">
<a href="{{ returnUrl }}" class="btn btn--secondary">
Abbrechen
</a>
</div>