Skip to content

Commit

Permalink
LUI-161, Unable to edit the created alert in Users section (openmrs#122)
Browse files Browse the repository at this point in the history
* LUI-161, Unable to edit the created alert in Users section

* LUI-161, Unable to edit the created alert in Users section
  • Loading branch information
Am-Coder committed Jul 20, 2020
1 parent df54970 commit b7f9329
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ protected ModelAndView processFormSubmission(HttpServletRequest request, HttpSer
Integer userId = recipient.getRecipient().getUserId();
if (!userIds.contains(userId)) {
recipientsToRemove.add(recipient);
} else {
//To remove the users that have already been scheduled
userIds.remove(userId);
}
}
}
Expand Down

0 comments on commit b7f9329

Please sign in to comment.