Skip to content

Commit

Permalink
SHIBUI-2257
Browse files Browse the repository at this point in the history
Correcting to display names to the enumNames
  • Loading branch information
chasegawa committed Jan 4, 2022
1 parent 88ee75f commit 91d3c92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class JsonSchemaBuilderService {
it['name']
})
resultNames.addAll(customPropertiesConfiguration.getAttributes().collect {
it['name']
it['displayName']
})

json['enum'] = result
Expand Down

0 comments on commit 91d3c92

Please sign in to comment.