You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But in the controller $form->getClickedButton() is always null.
Sure I could fake and do ->post(...) directly with required data, but that's against my goal
The text was updated successfully, but these errors were encountered:
I'm using:
But in the controller
$form->getClickedButton()
is always null.Sure I could fake and do
->post(...)
directly with required data, but that's against my goalThe text was updated successfully, but these errors were encountered: