rhtyd commented on a change in pull request #5154:
URL: https://github.com/apache/cloudstack/pull/5154#discussion_r659786108
##########
File path: server/src/main/java/com/cloud/alert/AlertManagerImpl.java
##########
@@ -718,6 +718,11 @@ public void sendAlert(AlertType alertType, long
dataCenterId, Long podId, Long c
mailProps.setContent(content);
mailProps.setContentType("text/plain");
+ if (recipients == null) {
Review comment:
cc @DaanHoogland @GutoVeronezi can you review this thanks.
##########
File path: server/src/main/java/com/cloud/alert/AlertManagerImpl.java
##########
@@ -718,6 +718,11 @@ public void sendAlert(AlertType alertType, long
dataCenterId, Long podId, Long c
mailProps.setContent(content);
mailProps.setContentType("text/plain");
+ if (recipients == null) {
Review comment:
Nevermind Daan already LGTM'd. Let's wait for the test.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]