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