Allow to manage and subscribe to incidents#1392
Conversation
b67ee1d to
d467e78
Compare
|
Please mention the required PR Icinga/icinga-notifications-web#472 in the description. |
|
One more thing I noticed: once you subscribe to and then unsubscribe from an incident in the incident detail view, subscribing again is not possible and throws an error, because the unsubscribe removes the incident_contact DB entry entirely. |
As discussed in person, this an unrelated bug, caused by the |
Add a subscribe/unsubscribe option to the `QuickActions` and manage/unamnage related incidents with the existing acknowledge
Use the `check-circle` icon in the ack-badge, matching the one on the Acknowledge button
55cbf41 to
243c34d
Compare

resolve #1358
requires Icinga/icinga-notifications-web#472
Add a new
Subscribebutton toQuickActions, to that allows to subscribe to the incident matching the Host/Service.The existing Acknowledge/Unacknowledge option also serves as manage/unmanage of the matching incident.
Users that have no notification contact configured will see an error message when trying to subscribe, and a warning when acknowledging.
A new
Notification Recipientssection is added to both Host- and Sevicedetail, showing the current recipients and subscribers. The manager is highlighted with the redesigned ack badge suggested in #1358 (comment).