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
.. in FormDataCollector.php line 249 (current master)
This happens after submitting form. I guess it happens when $form->createView() is not called.
You can reproduce it in symfony_demo (with current master of symfony) with CommentType.
After sending a new comment, the profile for the POST request ist missing.
To see the notice change this line to:
.. in FormDataCollector.php line 249 (current master)
This happens after submitting form. I guess it happens when
$form->createView()
is not called.You can reproduce it in symfony_demo (with current master of symfony) with
CommentType
.After sending a new comment, the profile for the POST request ist missing.
To see the notice change this line to:
ping @nicolas-grekas
The text was updated successfully, but these errors were encountered: