Merge branch 'RED-7185-checkComment' into 'master'
RED-7185 - RM-46 - Error message when adjusting the Justification Closes RED-7185 See merge request redactmanager/persistence-service!145
This commit is contained in:
commit
bfa88fd082
@ -119,6 +119,7 @@ public class CommentService {
|
||||
if (comment == null) {
|
||||
return null;
|
||||
}
|
||||
checkComment(comment);
|
||||
|
||||
return commentPersistenceService.insert(CommentEntity.builder()
|
||||
.text(comment)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user