mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +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\Component\Security\Core\Security;
|
||||||
use Symfony\Contracts\Translation\TranslatorInterface;
|
use Symfony\Contracts\Translation\TranslatorInterface;
|
||||||
|
|
||||||
class UserJobFilter implements FilterInterface
|
class ReferrerJobFilter implements FilterInterface
|
||||||
{
|
{
|
||||||
|
|
||||||
protected TranslatorInterface $translator;
|
protected TranslatorInterface $translator;
|
@ -21,7 +21,7 @@ use Symfony\Bridge\Doctrine\Form\Type\EntityType;
|
|||||||
use Symfony\Component\Form\FormBuilderInterface;
|
use Symfony\Component\Form\FormBuilderInterface;
|
||||||
use Symfony\Contracts\Translation\TranslatorInterface;
|
use Symfony\Contracts\Translation\TranslatorInterface;
|
||||||
|
|
||||||
class UserScopeFilter implements FilterInterface
|
class ReferrerScopeFilter implements FilterInterface
|
||||||
{
|
{
|
||||||
|
|
||||||
protected TranslatorInterface $translator;
|
protected TranslatorInterface $translator;
|
@ -23,18 +23,18 @@ services:
|
|||||||
# - { name: chill.export_filter, alias: social_work_type_filter }
|
# - { name: chill.export_filter, alias: social_work_type_filter }
|
||||||
|
|
||||||
chill.person.export.filter_userscope:
|
chill.person.export.filter_userscope:
|
||||||
class: Chill\PersonBundle\Export\Filter\UserScopeFilter
|
class: Chill\PersonBundle\Export\Filter\referrerScopeFilter
|
||||||
autowire: true
|
autowire: true
|
||||||
autoconfigure: true
|
autoconfigure: true
|
||||||
tags:
|
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:
|
chill.person.export.filter_referrerjob:
|
||||||
class: Chill\PersonBundle\Export\Filter\UserJobFilter
|
class: Chill\PersonBundle\Export\Filter\referrerJobFilter
|
||||||
autowire: true
|
autowire: true
|
||||||
autoconfigure: true
|
autoconfigure: true
|
||||||
tags:
|
tags:
|
||||||
- { name: chill.export_filter, alias: social_work_actions_userjob_filter }
|
- { name: chill.export_filter, alias: social_work_actions_referrerjob_filter }
|
||||||
|
|
||||||
## AGGREGATORS
|
## AGGREGATORS
|
||||||
chill.person.export.aggregator_referrer:
|
chill.person.export.aggregator_referrer:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user