Steps to reproduce:
- Click on a delete button in any Crud
- Record will be deleted immediately
Expected behaviour:
By default, there should be a confirmation required before deletion
So adding 'confirmation' = 'Do you really want to delete this record?'here
|
$this->addUserAction('delete', [ |