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>
|
||||
</#if>
|
||||
|
||||
<#if editConfiguration.propertySelectFromExisting = true && editConfiguration.propertyOfferCreateNewOption = true>
|
||||
<#if editConfiguration.propertySelectFromExisting = true || editConfiguration.propertyOfferCreateNewOption = true>
|
||||
<p>
|
||||
<input type="submit" id="delete" value="Delete" role="button "/>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue