updates to enable delete to work even if no statement information is being passed in the parameters

This commit is contained in:
hjkhjk54 2011-12-05 21:27:14 +00:00
parent 7d91949ebe
commit d1b17c75d1
2 changed files with 14 additions and 4 deletions

View file

@ -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>