NIHVIVO-1333 Make ObjectPropertyTemplateModel a non-abstract class to represent uncollated object properties, so UncollatedObjectPropertyTemplateModel is not needed. Some test code in the template to distinguish collated and uncollated object properties.
This commit is contained in:
parent
96b10bed71
commit
cb230a10c3
5 changed files with 34 additions and 17 deletions
|
@ -42,7 +42,7 @@
|
|||
</#list>
|
||||
|
||||
<#else> <#-- object property -->
|
||||
|
||||
<p>Collated? ${property.collatedBySubclass?string("yes", "no")}</p>
|
||||
</#if>
|
||||
</div> <!-- end property -->
|
||||
</#list>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue