user scope and job filter on socialwork actions

This commit is contained in:
2022-07-27 17:08:50 +02:00
parent 455a50d292
commit 5c82ccc49d
3 changed files with 217 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ services:
tags:
- { name: chill.export, alias: count_social_work_actions }
## FILTERS
chill.person.export.filter_referrers:
class: Chill\PersonBundle\Export\Filter\ReferrerFilter
autowire: true
@@ -14,9 +15,23 @@ services:
tags:
- { name: chill.export_filter, alias: social_work_actions_referrer_filter }
chill.person.export.filter_social_work_type:
class: Chill\PersonBundle\Export\Filter\SocialWorkTypeFilter
# chill.person.export.filter_social_work_type:
# class: Chill\PersonBundle\Export\Filter\SocialWorkTypeFilter
# autowire: true
# autoconfigure: true
# tags:
# - { name: chill.export_filter, alias: social_work_type_filter }
chill.person.export.filter_userscope:
class: Chill\PersonBundle\Export\Filter\UserScopeFilter
autowire: true
autoconfigure: true
tags:
- { name: chill.export_filter, alias: social_work_type_filter }
- { name: chill.export_filter, alias: social_work_actions_userscope_filter }
chill.person.export.filter_userjob:
class: Chill\PersonBundle\Export\Filter\UserJobFilter
autowire: true
autoconfigure: true
tags:
- { name: chill.export_filter, alias: social_work_actions_userjob_filter }