fix loading of evaluations

This commit is contained in:
2022-01-26 21:46:07 +01:00
parent dc0fae7549
commit c70a4dc664
5 changed files with 17 additions and 7 deletions

View File

@@ -98,7 +98,7 @@ class AccompanyingPeriodWorkEvaluationContext implements
return $this->translatableStringHelper->localize($e->getTitle());
},
'multiple' => true,
'expanded' => true,
'attr' => ['class' => 'select2'],
]);
}