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', [ |
Steps to reproduce:
Expected behaviour:
By default, there should be a confirmation required before deletion
So adding
'confirmation' = 'Do you really want to delete this record?'heredata/src/Model/UserActionsTrait.php
Line 135 in 448e308