NIHVIVO-2734: in those rare cases where a property does not belong to a property group and doesn't get grouped under Other, we now display a generic, bogus property group title
This commit is contained in:
parent
129f71fb10
commit
d941e2b094
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
||||||
<#-- Display the group heading -->
|
<#-- Display the group heading -->
|
||||||
<#if groupName?has_content>
|
<#if groupName?has_content>
|
||||||
<h2 id="${groupName}">${groupName?capitalize}</h2>
|
<h2 id="${groupName}">${groupName?capitalize}</h2>
|
||||||
|
<#else>
|
||||||
|
<h2 id="properties">Properties</h2>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
<#-- List the properties in the group -->
|
<#-- List the properties in the group -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue