Allow changes to the reflection to be made after it's been submitted #13
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user