Skip to content
Snippets Groups Projects
Commit 5b722956 authored by Ruben Backx's avatar Ruben Backx :coffee:
Browse files

Fix version create

parent c4712ff0
Branches
No related tags found
1 merge request!244Fix version create
......@@ -56,4 +56,9 @@ public class VersionCreateDTO extends Create<Version> {
return Version.class;
}
@Override
protected void postApply(Version data) {
super.postApply(data);
data.setAssignmentId(assignment.getId());
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment