mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
user scope and job filter on socialwork actions
This commit is contained in:
@@ -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 }
|
Reference in New Issue
Block a user