NIHVIVO-3805 adRoleToPersonTwoStage template was missing an assign statement that is necessary when there are validation errors
This commit is contained in:
parent
828563c288
commit
9890e86277
1 changed files with 4 additions and 1 deletions
|
@ -80,6 +80,9 @@ Set this flag on the input acUriReceiver where you would like this behavior to o
|
||||||
<h2>${titleVerb} ${roleDescriptor} entry for ${editConfiguration.subjectName}</h2>
|
<h2>${titleVerb} ${roleDescriptor} entry for ${editConfiguration.subjectName}</h2>
|
||||||
|
|
||||||
<#--Display error messages if any-->
|
<#--Display error messages if any-->
|
||||||
|
<#if activityLabelDisplayValue?has_content >
|
||||||
|
<#assign activityLabelValue = activityLabelDisplayValue />
|
||||||
|
</#if>
|
||||||
|
|
||||||
|
|
||||||
<#if submissionErrors?has_content>
|
<#if submissionErrors?has_content>
|
||||||
|
@ -154,7 +157,7 @@ Set this flag on the input acUriReceiver where you would like this behavior to o
|
||||||
<p>
|
<p>
|
||||||
<label for="activity">### Name ${requiredHint}</label>
|
<label for="activity">### Name ${requiredHint}</label>
|
||||||
<input class="acSelector" size="50" type="text" id="activity" name="activityLabel" acGroupName="activity" value="${activityLabelValue}" />
|
<input class="acSelector" size="50" type="text" id="activity" name="activityLabel" acGroupName="activity" value="${activityLabelValue}" />
|
||||||
<input class="display" type="hidden" id="activityDisplay" acGroupName="activity" name="activityLabelDisplay" value="$activityLabelDisplayValue}">
|
<input class="display" type="hidden" id="activityDisplay" acGroupName="activity" name="activityLabelDisplay" value="${activityLabelDisplayValue}">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<input type="hidden" id="roleToActivityPredicate" name="roleToActivityPredicate" value="" />
|
<input type="hidden" id="roleToActivityPredicate" name="roleToActivityPredicate" value="" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue