Skip to content

Commit

Permalink
SHIBUI-2126 / 2110
Browse files Browse the repository at this point in the history
Reverting change. Code worked in its original state
  • Loading branch information
chasegawa committed Oct 4, 2021
1 parent 8950bec commit 62fa09a
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ class JsonSchemaBuilderService {
resultNames.add(bundle.getName())
})

for (Map<String,String> attribute : customPropertiesConfiguration.getAttributes()) {
result.add(attribute.get("name"))
resultNames.add(attribute.get("displayName"))
}
result.addAll(customPropertiesConfiguration.getAttributes().collect {
it['name']
})

json['enum'] = result
json['enumNames'] = resultNames
Expand Down

0 comments on commit 62fa09a

Please sign in to comment.