[Export] Feature: create a aggregator for referrer's main scope on

aggregator
This commit is contained in:
2022-10-05 14:57:15 +02:00
parent 491570a21c
commit 8a740a25da
4 changed files with 212 additions and 1 deletions

View File

@@ -148,7 +148,7 @@ services:
autowire: true
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: accompanyingcourse_referrer_scope_aggregator }
- { name: chill.export_aggregator, alias: accompanyingcourse_scope_aggregator }
chill.person.export.aggregator_referrer_job:
class: Chill\PersonBundle\Export\Aggregator\AccompanyingCourseAggregators\JobAggregator
@@ -255,3 +255,10 @@ services:
tags:
- { name: chill.export_aggregator, alias: accompanyingcourse_duration_aggregator }
Chill\PersonBundle\Export\Aggregator\AccompanyingCourseAggregators\REferrerScopeAggregator:
autoconfigure: true
autowire: true
tags:
- { name: chill.export_aggregator, alias: accompanyingcourse_ref_scope_aggregator }