Forums / Setup & design / I want to delete an object without confirmation

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

I want to delete an object without confirmation

Author Message

nigel dodd

Wednesday 04 January 2006 9:24:34 am

When editing an object using content/edit it is possible to eliminate the confirmation dialog which you get if you cancel the edit session by including

<input type="hidden" name="DiscardConfirm" value="0" />

in the form.

However I cannot find anything similar it you want simply to delete an object. You would then be using a content/action form with ActionRemove button. Looking at action.php there seems to be no capability to turn off the confirmation. I hope you can tell me I am wrong.