feat: render room assignment as radio buttons

This commit is contained in:
Björn Fromme
2026-03-16 12:00:55 +01:00
parent 6b5a51f652
commit da5b913757
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,