data
data copied to clipboard
Default UserAction 'delete' should have a confirmation message
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
https://github.com/atk4/data/blob/448e3085699c9a1b2591a777129b4f9bbf317704/src/Model/UserActionsTrait.php#L135