Feature: [export][work] Group by current action

This commit is contained in:
2022-11-02 14:55:12 +01:00
parent cda25d3459
commit 63d38e35f7
3 changed files with 26 additions and 11 deletions

View File

@@ -94,3 +94,7 @@ services:
- { name: chill.export_aggregator, alias: social_work_actions_goal_result_aggregator }
Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators\CurrentActionAggregator:
autowire: true
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: social_work_actions_current_aggregator }