Skip to content

Commit

Permalink
Merge branch 'SHIBUI-906' of bitbucket.org:unicon/shib-idp-ui into SH…
Browse files Browse the repository at this point in the history
…IBUI-906
  • Loading branch information
rmathis committed Nov 8, 2018
2 parents b031fe2 + 9a1fd96 commit d4dd4c1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ class JsonSchemaBuilderService {
definition['uniqueItems'] = false
}
def items = [type : 'string',
minLength: '1', // TODO: should this be configurable?
maxLength: '255'] //TODO: or this?
minLength: 1, // TODO: should this be configurable?
maxLength: 255] //TODO: or this?
items.widget = [id: 'datalist', data: it['defaultValues']]

definition['items'] = items
Expand Down

0 comments on commit d4dd4c1

Please sign in to comment.