mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-09 10:26:14 +00:00
Move two notification flag providers to person bundle
This commit is contained in:
parent
29f49ee81d
commit
1a99906339
@ -14,7 +14,15 @@ services:
|
|||||||
|
|
||||||
Chill\MainBundle\Notification\NotificationFlagManager:
|
Chill\MainBundle\Notification\NotificationFlagManager:
|
||||||
arguments:
|
arguments:
|
||||||
$notificationFlagProviders: !tagged_iterator chill_main.notification_flag_provider
|
$notificationFlagProviders: !tagged_iterator notification_flag_provider
|
||||||
|
|
||||||
|
Chill\MainBundle\Notification\FlagProviders\NotificationByUserFlagProvider:
|
||||||
|
tags:
|
||||||
|
- { name: notification_flag_provider }
|
||||||
|
|
||||||
|
Chill\MainBundle\Notification\FlagProviders\WorkflowTransitionNotificationFlagProvider:
|
||||||
|
tags:
|
||||||
|
- { name: notification_flag_provider }
|
||||||
|
|
||||||
Chill\MainBundle\Notification\NotificationHandlerManager:
|
Chill\MainBundle\Notification\NotificationHandlerManager:
|
||||||
arguments:
|
arguments:
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Chill\MainBundle\Notification\FlagProviders;
|
namespace Chill\PersonBundle\Notification\FlagProviders;
|
||||||
|
|
||||||
|
use Chill\MainBundle\Notification\FlagProviders\NotificationFlagProviderInterface;
|
||||||
use Symfony\Component\Translation\TranslatableMessage;
|
use Symfony\Component\Translation\TranslatableMessage;
|
||||||
use Symfony\Contracts\Translation\TranslatableInterface;
|
use Symfony\Contracts\Translation\TranslatableInterface;
|
||||||
|
|
@ -1,7 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Chill\MainBundle\Notification\FlagProviders;
|
namespace Chill\PersonBundle\Notification\FlagProviders;
|
||||||
|
|
||||||
|
use Chill\MainBundle\Notification\FlagProviders\NotificationFlagProviderInterface;
|
||||||
use Symfony\Component\Translation\TranslatableMessage;
|
use Symfony\Component\Translation\TranslatableMessage;
|
||||||
use Symfony\Contracts\Translation\TranslatableInterface;
|
use Symfony\Contracts\Translation\TranslatableInterface;
|
||||||
|
|
@ -8,3 +8,9 @@ services:
|
|||||||
Chill\PersonBundle\Notification\AccompanyingPeriodWorkEvaluationDocumentNotificationHandler:
|
Chill\PersonBundle\Notification\AccompanyingPeriodWorkEvaluationDocumentNotificationHandler:
|
||||||
autowire: true
|
autowire: true
|
||||||
autoconfigure: true
|
autoconfigure: true
|
||||||
|
Chill\PersonBundle\Notification\FlagProviders\DesignatedReferrerNotificationFlagProvider:
|
||||||
|
tags:
|
||||||
|
- { name: notification_flag_provider }
|
||||||
|
Chill\PersonBundle\Notification\FlagProviders\PersonAddressMoveNotificationFlagProvider:
|
||||||
|
tags:
|
||||||
|
- { name: notification_flag_provider }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user