Use requiresConfirmation on modal form
Hey, I'm searching for a way to use requiresConfirmation with a modal form
I'm using the form to use a range to delete models
The requiresConfirmation has no effect on the static action
I tried replacing the static action with a plain action but I'm struggling to pass the form datas
Could you help me figure this out please ?
4 Replies
share some code you are trying to do..
sure
Solution
looks like that's what I'm looking for and chaining is working, tho I just don't know why but it won't pass arguments down to the second action
my mistake, arguments var must be named
$arguments
in the second action, thx a lot @Leandro Ferreira 😄