VIVO-341: new custom form et all for preferred title
This commit is contained in:
parent
aa72757cb8
commit
30b0844a1d
1 changed files with 2 additions and 0 deletions
|
@ -170,6 +170,8 @@ name will be used as the label. -->
|
|||
<#local url = statement.editUrl + "&emailUri=" + "${statement.email!}">
|
||||
<#elseif propertyName?contains("full name")>
|
||||
<#local url = statement.editUrl + "&fullNameUri=" + "${statement.fullName!}">
|
||||
<#elseif propertyName?contains("preferred title")>
|
||||
<#local url = statement.editUrl + "&titleUri=" + "${statement.title!}">
|
||||
</#if>
|
||||
<#else>
|
||||
<#local url = statement.editUrl>
|
||||
|
|
Loading…
Add table
Reference in a new issue