updates for data property editing- NIHVIVO-3386
This commit is contained in:
parent
a4060f0c13
commit
2282c56aaf
6 changed files with 274 additions and 45 deletions
|
@ -133,7 +133,7 @@ name will be used as the label. -->
|
|||
|
||||
<#macro propertyListItem property statement editable >
|
||||
<li role="listitem">
|
||||
<#nested>
|
||||
<#nested>
|
||||
<@editingLinks "${property.localName}" statement editable/>
|
||||
</li>
|
||||
</#macro>
|
||||
|
@ -142,6 +142,7 @@ name will be used as the label. -->
|
|||
<#if editable>
|
||||
<@editLink propertyLocalName statement extraParams />
|
||||
<@deleteLink propertyLocalName statement extraParams />
|
||||
|
||||
</#if>
|
||||
</#macro>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue