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