exports: add a new user job filter

This commit is contained in:
2022-07-19 15:04:57 +02:00
parent 881e608c87
commit 70f118011b
4 changed files with 114 additions and 0 deletions

View File

@@ -66,6 +66,14 @@ services:
$translatableStringHelper: '@Chill\MainBundle\Templating\TranslatableStringHelper'
tags:
- { name: chill.export_filter, alias: accompanyingcourse_userscope_filter }
chill.person.export.filter_userjob:
class: Chill\PersonBundle\Export\Filter\UserJobFilter
arguments:
$translator: '@translator'
$translatableStringHelper: '@Chill\MainBundle\Templating\TranslatableStringHelper'
tags:
- { name: chill.export_filter, alias: accompanyingcourse_userjob_filter }
chill.person.export.aggregator_nationality:
class: Chill\PersonBundle\Export\Aggregator\NationalityAggregator