mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +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'];
|
||||
|
||||
$builder
|
||||
->add('date')
|
||||
->add('date', 'date', array('required' => false, 'widget' => 'single_text', 'format' => 'dd-MM-yyyy'))
|
||||
->add('scope')
|
||||
->add('cFData', 'custom_field', array('group' => $options['cFGroup']))
|
||||
;
|
||||
|
Loading…
x
Reference in New Issue
Block a user