Task #411
Updated by Radek Tomiška almost 7 years ago
When multiple implementations of NotificationSender for particular notification type are present in ApplicationContext, notification is sent using all of them. The goal of this ticket is to implement mechanism for choosing which sender will be used for sending particular notification with given type. Must haves: * Admin can select which sender is used for particular notification type * -Admin Admin can see, which sender was used to send each notification (even when the sender is no longer in application context) - * -Admin Admin can globally set what to do, when sender is no longer present in application context (use default, log error) - default sender will be used as default Nice to haves: * -Admin Admin can specify multiple senders for one notification type and relationships among them (use all, use first successfull)- successfull)