From 5b879ae13c98615dc98a5e7e48e678155223c2ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 21 Apr 2016 23:10:20 +0200 Subject: [PATCH] by default, aggregators and filters are disabled --- Form/Type/Export/AggregatorType.php | 3 ++- Form/Type/Export/FilterType.php | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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(