[export] add a filter and aggregator on activity: by creator job

This commit is contained in:
2023-10-16 10:58:00 +02:00
parent 21524f052e
commit 63e9d1a96f
5 changed files with 174 additions and 1 deletions

View File

@@ -177,6 +177,10 @@ services:
tags:
- { name: chill.export_aggregator, alias: activity_creator_scope_aggregator }
Chill\ActivityBundle\Export\Aggregator\JobScopeAggregator:
tags:
- { name: chill.export_aggregator, alias: activity_creator_job_aggregator }
Chill\ActivityBundle\Export\Aggregator\ActivityUsersAggregator:
tags:
- { name: chill.export_aggregator, alias: activity_users_aggregator }