template fix to prevent exception when label is null
This commit is contained in:
parent
b182c70987
commit
9c47681ba9
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@
|
|||
|
||||
<#if statement.roleTypeLabel?has_content>
|
||||
<#assign roleTypeLabel = statement.roleTypeLabel!"" >
|
||||
<#else>
|
||||
<#assign roleTypeLabel = "" >
|
||||
</#if>
|
||||
<#if statement.roleLabel??>
|
||||
${statement.roleLabel?replace(" Role", "")?replace(" role","")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue