mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-25 08:05:00 +00:00
[export] add a filter and aggregator on activities: filter/group by persons taking part to the activity
This commit is contained in:
@@ -200,3 +200,11 @@ services:
|
||||
Chill\ActivityBundle\Export\Aggregator\SentReceivedAggregator:
|
||||
tags:
|
||||
- { name: chill.export_aggregator, alias: activity_sentreceived_aggregator }
|
||||
|
||||
Chill\ActivityBundle\Export\Filter\PersonsFilter:
|
||||
tags:
|
||||
- { name: chill.export_filter, alias: activity_by_persons_filter }
|
||||
|
||||
Chill\ActivityBundle\Export\Aggregator\PersonsAggregator:
|
||||
tags:
|
||||
- { name: chill.export_aggregator, alias: activity_by_persons_aggregator }
|
||||
|
Reference in New Issue
Block a user