Feature: [export] allow to group activities by location

This commit is contained in:
2023-07-11 15:01:32 +02:00
parent 197d69ef4a
commit 6065680e1e
4 changed files with 92 additions and 0 deletions

View File

@@ -144,6 +144,10 @@ services:
tags:
- { name: chill.export_aggregator, alias: activity_common_type_aggregator }
Chill\ActivityBundle\Export\Aggregator\ActivityLocationAggregator:
tags:
- { name: chill.export_aggregator, alias: activity_common_location_aggregator }
chill.activity.export.user_aggregator:
class: Chill\ActivityBundle\Export\Aggregator\ActivityUserAggregator
tags: