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

OO-2644: synch the storage folder while creating the binder from the template

parent 26f8b141
No related branches found
No related tags found
No related merge requests found
......@@ -105,6 +105,7 @@ public class AssignmentDAO {
assignment.setOnlyAutoEvaluation(templateReference.isOnlyAutoEvaluation());
assignment.setReviewerSeeAutoEvaluation(templateReference.isReviewerSeeAutoEvaluation());
assignment.setAnonymousExternalEvaluation(templateReference.isAnonymousExternalEvaluation());
assignment.setStorage(templateReference.getStorage());
assignment.setFormEntry(templateReference.getFormEntry());
((SectionImpl)section).getAssignments().size();
......
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