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

Skip to content
Snippets Groups Projects

Bug fix

Merged Eduard Frankford requested to merge bug_fix into master
Compare and
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(