Skip to content

Commit

Permalink
[#3940] Add rest question mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
dedenbangkit committed Nov 29, 2022
1 parent 4b0e88a commit beb79ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GAE/src/org/akvo/flow/rest/form/QuestionMapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ private Question mapQuestion(QuestionDto questionDto) {
question.setLocaleNameFlag(questionDto.getLocaleNameFlag());
question.setLocaleLocationFlag(questionDto.getLocaleLocationFlag());
question.setPersonalData(questionDto.getPersonalData());
question.setAnswerStats(questionDto.getAnswerStats());
question.setAllowPoints(questionDto.getAllowPoints());
question.setAllowLine(questionDto.getAllowLine());
question.setAllowPolygon(questionDto.getAllowPolygon());
Expand Down

0 comments on commit beb79ac

Please sign in to comment.