Task #1271
closedAllow redirect/copy notification
100%
Description
Into notificationDto/messageDto please add these properties:
- recipient
- redirect/copy
- ...?
IMPLEMENT EXAMPLE:
some script generate recipient/s for given topic. Recipient will be returned to processor and notification will be send with given recepients from script.
USE CASE:
allow redirect notification with new password for account to some email alias.
Related issues
Updated by Radek Tomiška about 6 years ago
- Status changed from New to In Progress
Updated by Radek Tomiška about 6 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Radek Tomiška to Patrik Stloukal
- % Done changed from 0 to 80
It's implemented. Nofication configuration contains two new attributes:
- recipients - additional notification recipients (use comma for more)
- redirect - notification will be sent to configured recipients only - recipients are required, if this option is checked.
Commit:
https://github.com/bcvsolutions/CzechIdMng/commit/1dc0a2a822baa018c21e3e95a4830b190435ab28
Could you please do a feedback and add a note into your newly created doc?
https://wiki.czechidm.com/devel/documentation/notifications/dev/notification_manager#disable_sending_notifications
https://wiki.czechidm.com/tutorial/adm/notifications_topics
Updated by Radek Tomiška about 6 years ago
- Related to Task #1295: Notification configuration - support define additional recipients by script added
Updated by Patrik Stloukal about 6 years ago
- Status changed from Needs feedback to Closed
- Assignee changed from Patrik Stloukal to Radek Tomiška
- % Done changed from 80 to 100
I looked on this implementation, it looks nice.
I tested this feature and it is working nicely
I wrote some documentation (https://wiki.czechidm.com/devel/documentation/notifications/dev/notification_manager , https://wiki.czechidm.com/tutorial/adm/notifications_topics )
Thank you.