Skip to content

Commit

Permalink
SAK-42870 Assignment : resubmission email notification not working (s…
Browse files Browse the repository at this point in the history
  • Loading branch information
bgarciaentornos authored and ern committed Dec 19, 2019
1 parent 2bfbdc6 commit 07ac692
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4134,7 +4134,7 @@ private void sendGradeReleaseNotification(AssignmentSubmission submission) {
emailService.sendToUsers(filteredUsers, emailUtil.getHeaders(null, "releasegrade"), emailUtil.getNotificationMessage(submission, "releasegrade"));
}
}
if (StringUtils.isNotBlank(resubmitNumber) && StringUtils.equals(AssignmentConstants.ASSIGNMENT_RELEASERESUBMISSION_NOTIFICATION_EACH, assignmentProperties.get(AssignmentConstants.ASSIGNMENT_RELEASEGRADE_NOTIFICATION_VALUE))) {
if (StringUtils.isNotBlank(resubmitNumber) && StringUtils.equals(AssignmentConstants.ASSIGNMENT_RELEASERESUBMISSION_NOTIFICATION_EACH, assignmentProperties.get(AssignmentConstants.ASSIGNMENT_RELEASERESUBMISSION_NOTIFICATION_VALUE))) {
// send email to every submitters
if (!filteredUsers.isEmpty()) {
// send the message immidiately
Expand Down

0 comments on commit 07ac692

Please sign in to comment.