renaming of class to avoid confusion

This commit is contained in:
Julie Lenaerts 2022-07-28 11:24:36 +02:00
parent 8085fe2c17
commit 13b15f5057
3 changed files with 7 additions and 7 deletions

View File

@ -22,7 +22,7 @@ use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Component\Security\Core\Security;
use Symfony\Contracts\Translation\TranslatorInterface;
class UserJobFilter implements FilterInterface
class ReferrerJobFilter implements FilterInterface
{
protected TranslatorInterface $translator;

View File

@ -21,7 +21,7 @@ use Symfony\Bridge\Doctrine\Form\Type\EntityType;
use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Contracts\Translation\TranslatorInterface;
class UserScopeFilter implements FilterInterface
class ReferrerScopeFilter implements FilterInterface
{
protected TranslatorInterface $translator;

View File

@ -23,18 +23,18 @@ services:
# - { name: chill.export_filter, alias: social_work_type_filter }
chill.person.export.filter_userscope:
class: Chill\PersonBundle\Export\Filter\UserScopeFilter
class: Chill\PersonBundle\Export\Filter\referrerScopeFilter
autowire: true
autoconfigure: true
tags:
- { name: chill.export_filter, alias: social_work_actions_userscope_filter }
- { name: chill.export_filter, alias: social_work_actions_referrerscope_filter }
chill.person.export.filter_userjob:
class: Chill\PersonBundle\Export\Filter\UserJobFilter
chill.person.export.filter_referrerjob:
class: Chill\PersonBundle\Export\Filter\referrerJobFilter
autowire: true
autoconfigure: true
tags:
- { name: chill.export_filter, alias: social_work_actions_userjob_filter }
- { name: chill.export_filter, alias: social_work_actions_referrerjob_filter }
## AGGREGATORS
chill.person.export.aggregator_referrer: