Skip to content

Commit

Permalink
Changed source of coded domain label
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeTschudi committed Aug 25, 2015
1 parent 434ac87 commit b8e52e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/app/parseConfigInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ define(function () {
if (field.domain && field.domain.codedValues) {
fieldDomains[field.name] = {
domain: $.map(field.domain.codedValues, function (item) {
return item.code;
return item.name;
}).join("|"),
important: !field.nullable
};
Expand Down

0 comments on commit b8e52e1

Please sign in to comment.