mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
exports: add new EvaluationType Filter and Aggregator
This commit is contained in:
@@ -9,5 +9,18 @@ services:
|
||||
- { name: chill.export, alias: count_evaluation }
|
||||
|
||||
## Filters
|
||||
chill.person.export.filter_evaluationtype:
|
||||
class: Chill\PersonBundle\Export\Filter\EvaluationFilters\EvaluationTypeFilter
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
tags:
|
||||
- { name: chill.export_filter, alias: accompanyingcourse_evaluationtype_filter }
|
||||
|
||||
## Aggregators
|
||||
chill.person.export.aggregator_evaluationtype:
|
||||
class: Chill\PersonBundle\Export\Aggregator\EvaluationAggregators\EvaluationTypeAggregator
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
tags:
|
||||
- { name: chill.export_aggregator, alias: accompanyingcourse_evaluationtype_aggregator }
|
||||
|
Reference in New Issue
Block a user