mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
Adding date picker for report
This commit is contained in:
parent
bd4538604e
commit
bdb3e9eabe
@ -36,7 +36,7 @@ class ReportType extends AbstractType
|
|||||||
$entityManager = $options['em'];
|
$entityManager = $options['em'];
|
||||||
|
|
||||||
$builder
|
$builder
|
||||||
->add('date')
|
->add('date', 'date', array('required' => false, 'widget' => 'single_text', 'format' => 'dd-MM-yyyy'))
|
||||||
->add('scope')
|
->add('scope')
|
||||||
->add('cFData', 'custom_field', array('group' => $options['cFGroup']))
|
->add('cFData', 'custom_field', array('group' => $options['cFGroup']))
|
||||||
;
|
;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user