split ReferrerAggregator

This commit is contained in:
2022-08-11 16:56:18 +02:00
parent 93eb9220a7
commit 312a23e91f
4 changed files with 102 additions and 18 deletions

View File

@@ -235,7 +235,7 @@ services:
- { name: chill.export_aggregator, alias: accompanyingcourse_intensity_aggregator }
chill.person.export.aggregator_referrer:
class: Chill\PersonBundle\Export\Aggregator\ReferrerAggregator
class: Chill\PersonBundle\Export\Aggregator\AccompanyingCourseAggregators\ReferrerAggregator
autowire: true
autoconfigure: true
tags:

View File

@@ -35,7 +35,7 @@ services:
autowire: true
autoconfigure: true
tags:
- { name: chill.export_filter, alias: social_work_actions_referrer_filter }
- { name: chill.export_filter, alias: social_work_actions_treating_agent_filter }
## AGGREGATORS
chill.person.export.aggregator_action_type:
@@ -44,6 +44,13 @@ services:
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: social_work_actions_action_type_aggregator }
chill.person.export.aggregator_treating_agent:
class: Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators\ReferrerAggregator
autowire: true
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: social_work_actions_treating_agent_aggregator }
chill.person.export.aggregator_goal:
class: Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators\GoalAggregator