Skip to content

Commit

Permalink
Merge pull request #1065 from /issues/1060
Browse files Browse the repository at this point in the history
Fix multivalue field issue #1060
  • Loading branch information
yurem committed Aug 8, 2018
2 parents 632ced3 + 4f0a797 commit d36fa5f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -96,7 +96,7 @@

<ox:decorate id="multivalued" label="#{msg['attribute.multivalued']}">
<h:selectOneMenu styleClass="form-control" value="#{_attribute.oxMultivaluedAttribute}" label="#{msg['attribute.multivalued']}" required="true" id="multivaluedId" rendered="#{_attributeAction.canEdit()}">
<f:selectItem noSelectionOption="true" itemLabel="Multivalued"/>
<f:selectItem noSelectionOption="true" itemLabel="#{_attribute.oxMultivaluedAttribute}"/>
<f:selectItems value="#{attributeService.oxMultivalued}"
var="_custom" itemLabel="#{_custom.displayName}"/>
<f:converter converterId="org.gluu.jsf2.converter.EnumConverter"/>
Expand Down

0 comments on commit d36fa5f

Please sign in to comment.