Skip to content

Commit

Permalink
[#798] populate creationSurveyId on surveyedLocale
Browse files Browse the repository at this point in the history
(cherry picked from commit 0b4194e)
  • Loading branch information
Mark Tiele Westra authored and muloem committed Sep 25, 2014
1 parent 957b076 commit 144cc84
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ private void ingestSurveyInstance(SurveyInstance surveyInstance) {
if (survey != null) {
locale.setLocaleType(survey.getPointType());
locale.setSurveyGroupId(survey.getSurveyGroupId());
locale.setCreationSurveyId(survey.getKey().getId());
}
}

Expand Down

0 comments on commit 144cc84

Please sign in to comment.