mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
rename more generic for use in other exports
This commit is contained in:
@@ -22,19 +22,19 @@ services:
|
||||
# tags:
|
||||
# - { name: chill.export_filter, alias: social_work_type_filter }
|
||||
|
||||
chill.person.export.filter_userscope:
|
||||
class: Chill\PersonBundle\Export\Filter\referrerScopeFilter
|
||||
chill.person.export.filter_scope:
|
||||
class: Chill\PersonBundle\Export\Filter\ScopeFilter
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
tags:
|
||||
- { name: chill.export_filter, alias: social_work_actions_referrerscope_filter }
|
||||
- { name: chill.export_filter, alias: social_work_actions_scope_filter }
|
||||
|
||||
chill.person.export.filter_referrerjob:
|
||||
class: Chill\PersonBundle\Export\Filter\referrerJobFilter
|
||||
chill.person.export.filter_job:
|
||||
class: Chill\PersonBundle\Export\Filter\JobFilter
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
tags:
|
||||
- { name: chill.export_filter, alias: social_work_actions_referrerjob_filter }
|
||||
- { name: chill.export_filter, alias: social_work_actions_job_filter }
|
||||
|
||||
## AGGREGATORS
|
||||
chill.person.export.aggregator_referrer:
|
||||
|
Reference in New Issue
Block a user