Skip to content

Commit

Permalink
MK-1107 - localize response when returning a HVariable DTO.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazoompa committed Oct 27, 2016
1 parent ae32901 commit f369602
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public DatasetVariableResource getVariable(@PathParam("id") String id,
((PublishedHarmonizedDatasetVariableResource)resource).setStudyId(resolver.getStudyId());
((PublishedHarmonizedDatasetVariableResource)resource).setProject(resolver.getProject());
((PublishedHarmonizedDatasetVariableResource)resource).setTable(resolver.getTable());
((PublishedHarmonizedDatasetVariableResource)resource).setLocale(locale);
break;
}

Expand Down

0 comments on commit f369602

Please sign in to comment.