export new EvaluationFilter

This commit is contained in:
2022-08-01 14:32:11 +02:00
parent b511517a0f
commit bc2209319a
3 changed files with 116 additions and 0 deletions

View File

@@ -67,6 +67,13 @@ services:
tags:
- { name: chill.export_filter, alias: accompanyingcourse_socialaction_filter }
chill.person.export.filter_evaluation:
class: Chill\PersonBundle\Export\Filter\EvaluationFilter
autowire: true
autoconfigure: true
tags:
- { name: chill.export_filter, alias: accompanyingcourse_evaluation_filter }
chill.person.export.filter_origin:
class: Chill\PersonBundle\Export\Filter\OriginFilter
autowire: true