mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
[admin]: add select2 to Goal form type entity fields
This commit is contained in:
parent
da2c88c026
commit
d6f1aa53dc
@ -51,6 +51,7 @@ class GoalType extends AbstractType
|
||||
'choice_label' => function (SocialAction $issue) {
|
||||
return $this->translatableStringHelper->localize($issue->getTitle());
|
||||
},
|
||||
'attr' => ['class' => 'select2 '],
|
||||
])
|
||||
|
||||
->add('results', EntityType::class, [
|
||||
@ -60,6 +61,7 @@ class GoalType extends AbstractType
|
||||
'choice_label' => function (Result $r) {
|
||||
return $this->translatableStringHelper->localize($r->getTitle());
|
||||
},
|
||||
'attr' => ['class' => 'select2 '],
|
||||
])
|
||||
|
||||
->add('desactivationDate', ChillDateType::class, [
|
||||
|
Loading…
x
Reference in New Issue
Block a user