Skip to content
Snippets Groups Projects
Commit d18a5d54 authored by srosse's avatar srosse
Browse files

OO-3898: override coach collect date if user submit its work

parent 17bc9cda
No related branches found
No related tags found
No related merge requests found
...@@ -1487,6 +1487,8 @@ public class GTAManagerImpl implements GTAManager { ...@@ -1487,6 +1487,8 @@ public class GTAManagerImpl implements GTAManager {
TaskImpl taskImpl = (TaskImpl)task; TaskImpl taskImpl = (TaskImpl)task;
taskImpl.setSubmissionDate(new Date()); taskImpl.setSubmissionDate(new Date());
taskImpl.setSubmissionNumOfDocs(numOfDocs); taskImpl.setSubmissionNumOfDocs(numOfDocs);
taskImpl.setCollectionDate(null);
taskImpl.setCollectionNumOfDocs(null);
return updateTask(task, review, cNode, by); return updateTask(task, review, cNode, by);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment