Add feedback that the final thesis was uploaded

Currently, it only shows "Reflection submitted"
This commit is contained in:
Andreas Svanberg 2024-11-21 19:10:04 +01:00
parent cdb91d9093
commit b62fee714f
2 changed files with 2 additions and 0 deletions
view/src/main/java/se/su/dsv/scipro/project/panels

@ -168,6 +168,7 @@ public class FinalStepsPanel extends GenericPanel<Project> {
new WicketProjectFileUpload(finalThesisUpload.fileUpload(), FinalStepsPanel.this.getModelObject()),
finalThesisUpload.englishTitle(),
finalThesisUpload.swedishTitle());
success(getString("final_thesis_uploaded"));
}
reflectionService.submitReflection(getModelObject(), SciProSession.get().getUser(), reflectionModel.getObject());
if (levelModel.getObject() != null) {

@ -13,3 +13,4 @@ reflection_improvements_needed_heading=Reflection improvements needed
reflection_improvements_needed=Your supervisor has requested that you improve and resubmit your reflection. \
See their comments below about what changes are necessary.
old_reflection=Your previous reflection
final_thesis_uploaded=Final thesis uploaded