Getting rid of extra parentheses mistakenly included in hidden input for activity label
This commit is contained in:
parent
7d4d31d706
commit
1e9e1b493a
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@
|
||||||
|
|
||||||
<#if editMode = "edit">
|
<#if editMode = "edit">
|
||||||
<input type="hidden" id="roleActivityType" name="roleActivityType" value="${activityTypeValue}"/>
|
<input type="hidden" id="roleActivityType" name="roleActivityType" value="${activityTypeValue}"/>
|
||||||
<input type="hidden" id="activityLabel" name="activityLabel" value="${activityLabelValue}}"/>
|
<input type="hidden" id="activityLabel" name="activityLabel" value="${activityLabelValue}"/>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
<div class="acSelection">
|
<div class="acSelection">
|
||||||
|
|
Loading…
Add table
Reference in a new issue