Skip to content
Snippets Groups Projects
Commit e658c87d authored by Tom Käsler's avatar Tom Käsler
Browse files

fix createSortOrder call when saving Question

parent de3915b7
No related merge requests found
......@@ -161,7 +161,7 @@ public class QuestionService implements IQuestionService, ApplicationEventPublis
}
}
else {
createSortOrder(session, question.getQuestionVariant(), question.getSubject());
createSortOrder(session, question.getQuestionVariant(), "");
}
final NewQuestionEvent event = new NewQuestionEvent(this, session, result);
......
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