some advancements on dynamic socialaction filter

This commit is contained in:
2022-07-27 15:50:56 +02:00
parent cb42b68c33
commit ab2b2bc235
2 changed files with 235 additions and 1 deletions

View File

@@ -12,4 +12,11 @@ services:
autowire: true
autoconfigure: true
tags:
- { name: chill.export_filter, alias: social_work_actions_referrer_filter }
- { name: chill.export_filter, alias: social_work_actions_referrer_filter }
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 }