2361 TR Publicera examinatorns kommentarer i forum när en uppsats avvisas

This commit is contained in:
Wayne Westmoreland 2021-10-25 16:27:56 +02:00
parent 2dcd137bb3
commit c64989b60e

@ -61,7 +61,7 @@ public class RejectedThesisWorker extends AbstractWorker {
if (thesisRejection.isVisibleToAuthors()) {
projectForumService.createThread(project, project.getHeadSupervisor(),
"Thesis rejected by examiner",
"The following comment was provided by the examiner. Consult with your supervisor what actions to take from here.\n\n" + thesisRejection.getMessage(),
"This is an automated message generated by the system.\n\nThe following comment was provided by the examiner. Consult with your supervisor what actions to take from here.\n\n" + thesisRejection.getMessage(),
Collections.emptySet());
}
}