mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
renaming of export to avoid confusion + start of agent traitant filter
This commit is contained in:
@@ -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 }
|
Reference in New Issue
Block a user