mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
exports: add new MaxDate Filter for evaluation
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user