feat: allow overlapping assignments via flag set on individual teamers

This commit is contained in:
Björn Fromme
2025-12-15 15:06:32 +01:00
parent 4e92eebb39
commit a95291d4ec
6 changed files with 68 additions and 5 deletions
+7 -4
View File
@@ -17,12 +17,15 @@
</h2>
<div class="pb-4">
{{ form_start(form) }}
<div class="flex items-center space-x-2">
<div class="pb-4">
{{ form_widget(form.status) }}
<button type="submit" class="btn btn--small">
Speichern
</button>
</div>
<div class="pb-4">
{{ form_row(form.allowOverlappingApplications) }}
</div>
<button type="submit" class="btn btn--small">
Speichern
</button>
{{ form_rest(form) }}
{{ form_end(form) }}
</div>