mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Translation FR
This commit is contained in:
@@ -38,7 +38,7 @@ class ReportType extends AbstractType
|
||||
$builder
|
||||
->add('user')
|
||||
->add('date', 'date',
|
||||
array('required' => false, 'widget' => 'single_text', 'format' => 'dd-MM-yyyy'))
|
||||
array('required' => true, 'widget' => 'single_text', 'format' => 'dd-MM-yyyy'))
|
||||
//->add('scope')
|
||||
->add('cFData', 'custom_field',
|
||||
array('attr' => array('class' => 'only-label'), 'group' => $options['cFGroup']))
|
||||
|
Reference in New Issue
Block a user