mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
fix error: flip content of choices field
This commit is contained in:
parent
d4d14d1a06
commit
6ee9dd56c0
@ -191,7 +191,7 @@ class ReportController extends Controller
|
|||||||
'csrf_protection' => false
|
'csrf_protection' => false
|
||||||
))
|
))
|
||||||
->add('cFGroup', ChoiceType::class, array(
|
->add('cFGroup', ChoiceType::class, array(
|
||||||
'choices' => $cFGroupsChoice,
|
'choices' => array_combine(array_values($cFGroupsChoice),array_keys($cFGroupsChoice)),
|
||||||
'choices_as_values' => true
|
'choices_as_values' => true
|
||||||
))
|
))
|
||||||
->getForm();
|
->getForm();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user