Skip to content
Snippets Groups Projects
Commit 7efe757c authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Merge branch 'fix-session-import' into '2.5'

Fix session import

See merge request !49
parents a68715b0 c31cd727
1 merge request!49Fix session import
Pipeline #8026 passed with stages
in 2 minutes and 47 seconds
......@@ -155,6 +155,10 @@ public class ImportExportSession {
private List<Answer> answers;
public ImportExportQuestion() {
}
public ImportExportQuestion(Question q) {
setType(q.getType());
setQuestionType(q.getQuestionType());
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment