-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Form] "error_mapping" on child with "inherit_data" has no effect #8818
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Taken from the comments (written by @fabpot) https://github.com/symfony/symfony/blob/eb9f76d5/src/Symfony/Component/Form/Form.php#L560
|
Hey, thanks for your report! |
Status: Reviewed |
Hey, thanks for your report! |
Isn't this fixed by #39670 ? |
Given the following form:
then if a an error occcurs on the property path "bar", it won't be mapped to "baz", because the "error_mapping" setting on form "foo" (which inherits its parent data) is not regarded.
The text was updated successfully, but these errors were encountered: