mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
renaming of class to avoid confusion
This commit is contained in:
parent
8085fe2c17
commit
13b15f5057
@ -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;
|
@ -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;
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user