export new ActivityTypeFilter

This commit is contained in:
2022-08-01 15:45:31 +02:00
parent bc2209319a
commit 4794e5e7b5
3 changed files with 122 additions and 0 deletions

View File

@@ -74,6 +74,13 @@ services:
tags:
- { name: chill.export_filter, alias: accompanyingcourse_evaluation_filter }
chill.person.export.filter_activitytype:
class: Chill\PersonBundle\Export\Filter\ActivityTypeFilter
autowire: true
autoconfigure: true
tags:
- { name: chill.export_filter, alias: accompanyingcourse_activitytype_filter }
chill.person.export.filter_origin:
class: Chill\PersonBundle\Export\Filter\OriginFilter
autowire: true