This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects

Merge Master Bugfix back to Development

Merged Michael Breu requested to merge master into development
Viewing commit 528950f5
Show latest version
4 files
+ 4
3
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -156,7 +156,7 @@ public class ReviewService {
addHistoryEntry(reviewEntity, reviewRating, userO, ReviewStatus.REVIEW_IN_PROGRESS, "Reviewer(s) assigned");
reviewRatingRepository.save(reviewRating);
});
reviewEntity.setComments(new HashSet<>(reviewRatingRepository.findByReview(reviewEntity.getId())));
reviewRepository.save(reviewEntity);
notifyReviewers(