delete button wasn't showing up on default form for collaborators
This commit is contained in:
parent
12fbb1a984
commit
ba94069ac5
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
</p>
|
</p>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
<#if editConfiguration.propertySelectFromExisting = true && editConfiguration.propertyOfferCreateNewOption = true>
|
<#if editConfiguration.propertySelectFromExisting = true || editConfiguration.propertyOfferCreateNewOption = true>
|
||||||
<p>
|
<p>
|
||||||
<input type="submit" id="delete" value="Delete" role="button "/>
|
<input type="submit" id="delete" value="Delete" role="button "/>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue