mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
select2 field added to task form
This commit is contained in:
parent
d1e1f7faa4
commit
78615519f4
@ -25,6 +25,7 @@ and this project adheres to
|
|||||||
* [person suggest] In widget "add person", improve the pertinence of persons when one of the names starts with the pattern;
|
* [person suggest] In widget "add person", improve the pertinence of persons when one of the names starts with the pattern;
|
||||||
* [person] do not ask for center any more on person creation
|
* [person] do not ask for center any more on person creation
|
||||||
* [3party] do not ask for center any more on 3party creation
|
* [3party] do not ask for center any more on 3party creation
|
||||||
|
* [task] Select2 field in task form to allow search for a user (https://gitlab.com/champs-libres/departement-de-la-vendee/accent-suivi-developpement/-/issues/167)
|
||||||
|
|
||||||
|
|
||||||
## Test releases
|
## Test releases
|
||||||
|
@ -52,7 +52,8 @@ class SingleTaskType extends AbstractType
|
|||||||
'required' => false,
|
'required' => false,
|
||||||
'center' => $center,
|
'center' => $center,
|
||||||
'role' => TaskVoter::SHOW,
|
'role' => TaskVoter::SHOW,
|
||||||
'placeholder' => 'Not assigned'
|
'placeholder' => 'Not assigned',
|
||||||
|
'attr' => [ 'class' => ' select2 ']
|
||||||
])
|
])
|
||||||
->add('startDate', ChillDateType::class, [
|
->add('startDate', ChillDateType::class, [
|
||||||
'required' => false
|
'required' => false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user