Fix validation on personHasAdvisorRelationship.ftl

This commit is contained in:
gneissone 2018-12-06 13:36:57 -07:00 committed by Andrew Woods
parent 7a963c2ef9
commit 4b2a2c1bd8

View file

@ -114,7 +114,7 @@ Set this flag on the input acUriReceiver where you would like this behavior to o
</#list>
<#else>
<select id="selector" name="advisingRelType" ${disabledVal} >
<option value="${blankSentinel}" selected="selected">${i18n().select_one}</option>
<option value="" selected="selected">${i18n().select_one}</option>
<#list advisingRelTypeOpts?keys as key>
<option value="${key}" <#if advisingRelTypeValue = key>selected</#if>>${advisingRelTypeOpts[key]}</option>
</#list>