feat: allow overlapping assignments via flag set on individual teamers
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user