renaming of export to avoid confusion + start of agent traitant filter

This commit is contained in:
2022-07-26 14:43:21 +02:00
parent b12e5e78b6
commit d5d38053cd
6 changed files with 112 additions and 22 deletions

View File

@@ -1,7 +1,15 @@
services:
chill.person.export.count_social_actions:
class: Chill\PersonBundle\Export\Export\CountSocialActions
chill.person.export.count_social_work_actions:
class: Chill\PersonBundle\Export\Export\CountSocialWorkActions
autowire: true
autoconfigure: true
tags:
- { name: chill.export, alias: count_social_actions }
- { name: chill.export, alias: count_social_work_actions }
chill.person.export.filter_referrers:
class: Chill\PersonBundle\Export\Filter\ReferrerFilter
autowire: true
autoconfigure: true
tags:
- { name: chill.export_filter, alias: social_work_actions_referrer_filter }