mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-06 05:19:43 +00:00
Adding date picker for report
This commit is contained in:
@@ -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']))
|
||||||
;
|
;
|
||||||
|
Reference in New Issue
Block a user