diff --git a/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/HasTemporaryLocationFilter.php b/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/HasTemporaryLocationFilter.php index 3313cb23f..741a19961 100644 --- a/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/HasTemporaryLocationFilter.php +++ b/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/HasTemporaryLocationFilter.php @@ -70,7 +70,8 @@ class HasTemporaryLocationFilter implements FilterInterface }, ]) ->add('calc_date', PickRollingDateType::class, [ - 'label' => 'export.filter.course.having_temporarily.Calculation date', 'having_temporarily' => true, + 'label' => 'export.filter.course.having_temporarily.Calculation date', + 'required' => true, ]); }