fix: show missing fields' label in flash message

This commit is contained in:
Björn Fromme
2026-08-03 19:51:38 +02:00
parent 0546f223f0
commit 97d98f7f12
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class AccommodationStep2Type extends AbstractType
'attr' => ['min' => 0],
])
->add('selectedBoardServiceId', ChoiceType::class, [
'label' => false,
'label' => 'Verpflegungsleistung',
'choices' => $options['board_service_choices'],
'expanded' => true,
'multiple' => false,