feat: render room assignment as radio buttons

This commit is contained in:
Björn Fromme
2025-12-09 10:05:14 +01:00
parent 1ac7720765
commit fa2b5e0d7f
4 changed files with 36 additions and 9 deletions
@@ -88,6 +88,8 @@ class ParticipantFieldOptionsProvider extends AbstractFieldOptionsProvider
return [
'label' => 'Zimmer',
'expanded' => true,
'multiple' => false,
// No placeholder when only one room available - the only option is pre-selected
'placeholder' => $singleChoice ? false : 'Nicht zugeordnet',
'choices' => $choices,