mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-08 01:46:13 +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:
|
||||
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:
|
||||
arguments:
|
||||
|
@ -1,7 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Chill\MainBundle\Notification\FlagProviders;
|
||||
namespace Chill\PersonBundle\Notification\FlagProviders;
|
||||
|
||||
use Chill\MainBundle\Notification\FlagProviders\NotificationFlagProviderInterface;
|
||||
use Symfony\Component\Translation\TranslatableMessage;
|
||||
use Symfony\Contracts\Translation\TranslatableInterface;
|
||||
|
@ -1,7 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Chill\MainBundle\Notification\FlagProviders;
|
||||
namespace Chill\PersonBundle\Notification\FlagProviders;
|
||||
|
||||
use Chill\MainBundle\Notification\FlagProviders\NotificationFlagProviderInterface;
|
||||
use Symfony\Component\Translation\TranslatableMessage;
|
||||
use Symfony\Contracts\Translation\TranslatableInterface;
|
||||
|
@ -8,3 +8,9 @@ services:
|
||||
Chill\PersonBundle\Notification\AccompanyingPeriodWorkEvaluationDocumentNotificationHandler:
|
||||
autowire: 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