Do not display (temporary) scope in report ref#300

This commit is contained in:
Marc Ducobu
2014-11-16 23:35:35 +01:00
parent 22c295b51b
commit 349cac4a53
2 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ class ReportType extends AbstractType
->add('user')
->add('date', 'date',
array('required' => false, 'widget' => 'single_text', 'format' => 'dd-MM-yyyy'))
->add('scope')
//->add('scope')
->add('cFData', 'custom_field',
array('attr' => array('class' => 'only-label'), 'group' => $options['cFGroup']))
;