Feature: [export][action] Filter 'active' action: which does not have an end date

This commit is contained in:
2022-11-02 14:39:36 +01:00
parent 9cf06c147f
commit 1bf7f9945c
3 changed files with 9 additions and 5 deletions

View File

@@ -38,6 +38,10 @@ services:
- { name: chill.export_filter, alias: social_work_actions_treatingagent_filter }
Chill\PersonBundle\Export\Filter\SocialWorkFilters\CurrentActionFilter:
autowire: true
autoconfigure: true
tags:
- { name: chill.export_filter, alias: social_work_actions_current_filter }
## AGGREGATORS
chill.person.export.aggregator_action_type:
@@ -89,4 +93,4 @@ services:
tags:
- { name: chill.export_aggregator, alias: social_work_actions_goal_result_aggregator }
Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators\CurrentActionAggregator:
Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators\CurrentActionAggregator: