removing debugging line from addGrantRoleToPerson testing new freemarker function to get field value
This commit is contained in:
parent
5c947b954f
commit
a305d7f59d
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@
|
||||||
|
|
||||||
|
|
||||||
<#--Get selected activity type value if it exists, this is alternative to below-->
|
<#--Get selected activity type value if it exists, this is alternative to below-->
|
||||||
Test grant label: ${lvf.getFormFieldValue(editSubmission, editConfiguration, "grantLabel")} End Test
|
|
||||||
|
|
||||||
<#assign grantLabel = ""/>
|
<#assign grantLabel = ""/>
|
||||||
<#if literalValues?keys?seq_contains("grantLabel") && (literalValues.grantLabel?size > 0)>
|
<#if literalValues?keys?seq_contains("grantLabel") && (literalValues.grantLabel?size > 0)>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue