Skip to content

Commit

Permalink
Merge branch 'feature/shibui-1788' of bitbucket.org:unicon/shib-idp-u…
Browse files Browse the repository at this point in the history
…i into feature/shibui-1788
  • Loading branch information
rmathis committed Jun 21, 2021
2 parents c3eb4f9 + ba35c3c commit 329c3c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class JsonSchemaBuilderService {
[title : it['displayName'],
description : it['helpText'],
type : it['displayType'],
default : it['defaultValue'],
default : it['displayType'] == 'boolean' ? Boolean.getBoolean(it['defaultValue']) : it['defaultValue'],
examples : it['examples']]
}
properties[(String) it['name']] = property
Expand Down

0 comments on commit 329c3c8

Please sign in to comment.