diff --git a/Form/Type/Export/AggregatorType.php b/Form/Type/Export/AggregatorType.php index ad68340d6..2fabe1cc1 100644 --- a/Form/Type/Export/AggregatorType.php +++ b/Form/Type/Export/AggregatorType.php @@ -55,7 +55,8 @@ class AggregatorType extends AbstractType ), 'multiple' => false, 'expanded' => true, - 'choices_as_values' => true + 'choices_as_values' => true, + 'data' => false )); $filterFormBuilder = $builder->create('form', 'form', array( diff --git a/Form/Type/Export/FilterType.php b/Form/Type/Export/FilterType.php index a497f93d6..7b56fc246 100644 --- a/Form/Type/Export/FilterType.php +++ b/Form/Type/Export/FilterType.php @@ -54,7 +54,8 @@ class FilterType extends AbstractType ), 'multiple' => false, 'expanded' => true, - 'choices_as_values' => true + 'choices_as_values' => true, + 'data' => false )); $filterFormBuilder = $builder->create('form', null, array(