exports: add new MaxDate Filter for evaluation

This commit is contained in:
2022-08-10 10:57:32 +02:00
parent 955d4a9e7a
commit 8efbf02f64
4 changed files with 116 additions and 1 deletions

View File

@@ -16,6 +16,13 @@ services:
tags:
- { name: chill.export_filter, alias: accompanyingcourse_evaluationtype_filter }
chill.person.export.filter_maxdate:
class: Chill\PersonBundle\Export\Filter\EvaluationFilters\MaxDateFilter
autowire: true
autoconfigure: true
tags:
- { name: chill.export_filter, alias: accompanyingcourse_maxdate_filter }
## Aggregators
chill.person.export.aggregator_evaluationtype:
class: Chill\PersonBundle\Export\Aggregator\EvaluationAggregators\EvaluationTypeAggregator