exports: add a new GeographicUnitStat Filter (wip)

This commit is contained in:
2022-08-03 13:34:06 +02:00
parent 6921e4a40d
commit 2413c986ed
2 changed files with 108 additions and 0 deletions

View File

@@ -60,6 +60,13 @@ services:
tags:
- { name: chill.export_filter, alias: accompanyingcourse_step_filter }
chill.person.export.filter_geographicalunitstat:
class: Chill\PersonBundle\Export\Filter\GeographicalUnitStatFilter
autowire: true
autoconfigure: true
tags:
- { name: chill.export_filter, alias: accompanyingcourse_geographicalunitstat_filter }
chill.person.export.filter_socialaction:
class: Chill\PersonBundle\Export\Filter\SocialActionFilter
autowire: true