NIHVIVO-2508 Preparation for exposing some template model methods as methods rather than properties. Also condensed code used to generate editing links for menu management.
This commit is contained in:
parent
44ef90bf6a
commit
c356b16807
20 changed files with 83 additions and 51 deletions
|
@ -40,7 +40,6 @@
|
|||
</#list>
|
||||
</#macro>
|
||||
|
||||
|
||||
<#macro objectProperty property editable template=property.template>
|
||||
<#if property.collatedBySubclass> <#-- collated -->
|
||||
<@collatedObjectPropertyList property editable template />
|
||||
|
@ -52,7 +51,6 @@
|
|||
</#if>
|
||||
</#macro>
|
||||
|
||||
|
||||
<#macro collatedObjectPropertyList property editable template=property.template >
|
||||
<#assign subclasses = property.subclasses>
|
||||
<#list subclasses as subclass>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue