fix a small issue that kept submissions from continaing the real information.
This commit is contained in:
parent
3bf05ed8ff
commit
99ff6e092d
@ -225,6 +225,7 @@ namespace EduNetworkBuilder
|
||||
NewWork.isMaster = false;
|
||||
NewWork.IsSumbitted = true;
|
||||
NewWork.SaveDate = DateTime.Now;
|
||||
NewWork.theProject = ToAdd; //Save the changed version of the homework
|
||||
CurrentUser.Projects.Add(NewWork);
|
||||
UpdateFormFromUser(); //make sure we list the right homeworks.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user