How to get $data from table form action?
I built a rather complex action in my table which looks like this:
This works perfectly fine and correctly sets the user's permissions in their project. The problem is that I am just not able to get the
So the
This works perfectly fine and correctly sets the user's permissions in their project. The problem is that I am just not able to get the
$data in the ->action -method. After submitting the form the $data seems to be empty:[2024-05-08 08:31:58] production.DEBUG: Permissions data So the
->action-method is triggered correctly but is not getting any data back from the form?