update to utilize the updated macro for acselection in person has position history
This commit is contained in:
parent
779b517201
commit
fa24588442
1 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
|||
<#assign orgLabelValue = lvf.getFormFieldValue(editSubmission, editConfiguration, "orgLabel")/>
|
||||
<#assign positionTitleValue = lvf.getFormFieldValue(editSubmission, editConfiguration, "positionTitle")/>
|
||||
<#assign positionTypeValue = lvf.getFormFieldValue(editSubmission, editConfiguration, "positionType")/>
|
||||
<#assign existingOrgValue = lvf.getFormFieldValue(editSubmission, editConfiguration, "org")/>
|
||||
|
||||
<#--If edit submission exists, then retrieve validation errors if they exist-->
|
||||
<#if editSubmission?has_content && editSubmission.submissionExists = true && editSubmission.validationErrors?has_content>
|
||||
|
@ -101,7 +102,7 @@
|
|||
<input type="hidden" id="orgLabel" name="orgLabel" value="${orgLabelValue}"/>
|
||||
</#if>
|
||||
|
||||
<@lvf.acSelection urls.base />
|
||||
<@lvf.acSelection urls.base "org" "org" existingOrgValue/>
|
||||
|
||||
|
||||
<label for="positionTitle">Position Title ${requiredHint}</label>
|
||||
|
|
Loading…
Add table
Reference in a new issue