#Configure Delete Modal globally / Add delete lifecycle hooks

2 messages · Page 1 of 1 (latest)

sly marlin
#

Hey!

  1. I would like to know whether it's possible to configure the delete modal of all delete actions of a component (delete action in table, delete bulk action in table, delete action on edit page) at once?
    I need to display the same custom text in the modal in each action.

  2. I'd like to know whether the same is possible for the after delete lifecycle hook. I want to delete all associated records of a different model. I cannot use a Laravel Observer as the delete cascading should only occur on this resource.

Thanks for your help!

vital tideBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution