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
minor #16157 [Form] Ajax success method is never call (Yoann-TYT)
This PR was merged into the 5.3 branch.
Discussion
----------
[Form] Ajax success method is never call
The method `renderForm` generate a `422 Unprocessable Entity` if the form is invalid. So we can’t pass in the `success` method. I suggest to replace it with the `complete` method.
Commits
-------
8a5ac31 The method renderForm generate a 422 Unprocessable Entity if the form is invalid. So we can’t pass in the success method. I suggest to replace it with the complete method.
0 commit comments