updates to enable delete to work even if no statement information is being passed in the parameters
This commit is contained in:
parent
7d91949ebe
commit
d1b17c75d1
2 changed files with 14 additions and 4 deletions
|
@ -4,7 +4,9 @@
|
|||
|
||||
<#if editConfiguration.objectProperty = true>
|
||||
<#assign toBeDeletedClass = "objProp" />
|
||||
<#assign statement = editConfiguration.objectStatementDisplay />
|
||||
<#if editConfiguration.objectStatementDisplay?has_content>
|
||||
<#assign statement = editConfiguration.objectStatementDisplay />
|
||||
</#if>
|
||||
<#else>
|
||||
<#assign statement = editConfiguration.dataStatementDisplay />
|
||||
</#if>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue