NIHVIVO-822 fix for grant short view to show hard-coded role
This commit is contained in:
parent
d965ed0966
commit
c1a3328008
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
<c:choose>
|
||||
<c:when test="${!empty predicateUri}">
|
||||
|
||||
<c:set var="roleLabel" value="${! empty params.roleLabelForPerson ? params.roleLabelForPerson : individual.name}"/>
|
||||
<c:set var="roleLabel" value="${! empty param.roleLabelForPerson ? param.roleLabelForPerson : individual.name}"/>
|
||||
|
||||
<%-- get years off role --%>
|
||||
<c:set var="startYear" value="${individual.dataPropertyMap['http://vivoweb.org/ontology/core#startYear'].dataPropertyStatements[0].data}"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue