NIHVIVO-2186 Filter out incomplete object property statements for non-editing users.

This commit is contained in:
ryounes 2011-03-22 18:52:39 +00:00
parent 044964176c
commit b9b6c50e87
5 changed files with 9 additions and 23 deletions

View file

@ -11,5 +11,5 @@
<#if statement.url??>
<a href="${statement.url}">${linkText}</a>
<#else>
<a href="${profileUrl(statement.link)}">${linkText}</a> (no url provided for link)
${linkText} (no url provided for link)
</#if>

View file

@ -3,6 +3,3 @@
<#-- FreeMarker test cases -->
<h2>${title}</h2>