Fix validation on personHasAdvisorRelationship.ftl
This commit is contained in:
parent
7a963c2ef9
commit
4b2a2c1bd8
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue