updated to check for null activityName
This commit is contained in:
parent
937f84cd08
commit
1f0844701d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
<#macro showRole statement>
|
||||
<#local linkedIndividual>
|
||||
<#if statement.activity??>
|
||||
<a href="${profileUrl(statement.activity)}">${statement.activityLabel!statement.activityName}</a>
|
||||
<a href="${profileUrl(statement.activity)}">${statement.activityLabel!statement.activityName!}</a>
|
||||
<#else>
|
||||
<#-- This shouldn't happen, but we must provide for it -->
|
||||
<a href="${profileUrl(statement.role)}">missing activity</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue