Creation of a report enable

This commit is contained in:
Marc Ducobu
2014-11-09 20:24:23 +01:00
parent c4f50d54d7
commit 302286c558
7 changed files with 65 additions and 59 deletions

View File

@@ -20,8 +20,6 @@ class ReportType extends AbstractType
$transformer = new CustomFieldsGroupToIdTransformer($entityManager);
$builder
->add('user')
->add('person')
->add('date')
->add('scope')
->add('cFData', 'custom_field', array('group' => $options['cFGroup']))