You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
and specify in send operation of NotificationServiceInterface , thru wich configuration you want to sent message
->send(NotificationInterface $notification, string $connection='default')
Steps required to reproduce the problem
3.Makes NotificationServiceInterface unusable in one application with multiple groups
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
May we discuss solution and create a pull request, thanks a lot!
Slavomir
The text was updated successfully, but these errors were encountered: