How to close a modal with EditAction?
So, in my modal, which extends EditAction, i have a form, but i also have a delete button, clicking this does delete the entry, but the modal never closes. I have tried everything, dispatch event, close-modal event, cancelParentActions, nothing closes the modal, any suggestions?
1 Reply
Here is the code i use for the button, i extend EditAction
Okay, for anyone else struggling, placing the delete action inside
$this->extraModalFooterActions
worked perfectly.