Merge branch '113-regroupements-filters' into 'master'

Regenerate data from saved export on formatter test

See merge request Chill-Projet/chill-bundles!564
This commit is contained in:
2023-06-16 12:05:39 +00:00
9 changed files with 177 additions and 20 deletions

View File

@@ -28,11 +28,14 @@ services:
tags:
- { name: chill.export_filter, alias: accompanyingcourse_socialissue_filter }
chill.person.export.filter_step:
class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\StepFilter
Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\StepFilterOnDate:
tags:
- { name: chill.export_filter, alias: accompanyingcourse_step_filter }
Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\StepFilterBetweenDates:
tags:
- { name: chill.export_filter, alias: accompanyingcourse_step_filter_between_dates }
chill.person.export.filter_geographicalunitstat:
class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\GeographicalUnitStatFilter
tags: