Updated UI to handle object structure for list allowed values

This commit is contained in:
rpidikiti
2011-10-19 16:08:27 -07:00
parent 010b3c130a
commit b3b8dffba3
6 changed files with 89 additions and 9 deletions

View File

@@ -123,7 +123,7 @@
{{if required == false }}
<option selected='selected' value=''></option>
{{/if}}
{{each allowableValues}}
{{each allowableValues.values}}
{{if $value == defaultValue && required == true}}
<option selected='selected' value='${$value}'>${$value}</option>
{{else}}