-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Steps required to reproduce the problem
- Standard requests for CNS services allow company request multiple groups,
- CNS Client allows you to configure and require just one group_code, and must be set.
3.Makes NotificationServiceInterface unusable in one application with multiple groups - Even When I override the service, the bundle configuration interface, do not allow me to add, any other group configuration,
Expected Result
I expect group_code to be an array and operation send(NotificationInterface $notification) on NotificationServiceInterface , to be extended with second parameter $group, which is specified in config as array and would be value only from this config variable otherwise exception will be thrown, send(NotificationInterface $notification, string $group).
Second parameter will service know, thru which group notification will be sent.
Actual Result
- not implementable
May we discuss solution and create a pull request, thanks a lot!
Slavomir
Metadata
Metadata
Assignees
Labels
No labels