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:
rjy7 2010-12-06 22:55:17 +00:00
parent 96b10bed71
commit cb230a10c3
5 changed files with 34 additions and 17 deletions

View file

@ -42,7 +42,7 @@
</#list>
<#else> <#-- object property -->
<p>Collated? ${property.collatedBySubclass?string("yes", "no")}</p>
</#if>
</div> <!-- end property -->
</#list>