Bug resubmissions of final thesis shows old date #113
@ -56,6 +56,7 @@ public class RejectedThesisWorker extends AbstractWorker {
|
|||||||
if (supervisorGradingReport.getLastModified().before(rejectedDate)) {
|
if (supervisorGradingReport.getLastModified().before(rejectedDate)) {
|
||||||
supervisorGradingReport.setState(GradingReport.State.INITIAL);
|
supervisorGradingReport.setState(GradingReport.State.INITIAL);
|
||||||
supervisorGradingReport.setSubmitted(false);
|
supervisorGradingReport.setSubmitted(false);
|
||||||
|
supervisorGradingReport.setDateSubmittedToExaminer(null);
|
||||||
supervisorGradingReport.setRejectionComment(thesisRejection.getMessage());
|
supervisorGradingReport.setRejectionComment(thesisRejection.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user