Skip to content
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

[Form] switch the context when validating nested forms #37103

Merged
merged 1 commit into from Jun 12, 2020

Conversation

xabbuh
Copy link
Member

@xabbuh xabbuh commented Jun 4, 2020

Q A
Branch? 3.4
Bug fix? yes
New feature? no
Deprecations? no
Tickets Fix #37072
License MIT
Doc PR

@nicolas-grekas nicolas-grekas added this to the 3.4 milestone Jun 7, 2020
fabpot added a commit that referenced this pull request Jun 9, 2020
This PR was merged into the 3.4 branch.

Discussion
----------

[Form] rework form validator tests

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

This will allow writing tests for #37103.

Commits
-------

f062e08 rework form validator tests
@versh23
Copy link

versh23 commented Jun 10, 2020

this bug also in 5.0 and 5.1

@xabbuh xabbuh marked this pull request as ready for review June 11, 2020 18:16
@xabbuh
Copy link
Member Author

xabbuh commented Jun 11, 2020

tests added

Status: Needs Review

@fabpot
Copy link
Member

fabpot commented Jun 12, 2020

Tests look broken by this change.

@@ -26,9 +26,10 @@
},
"require-dev": {
"doctrine/collections": "~1.0",
"symfony/validator": "^3.2.5|~4.0",
"symfony/validator": "^3.4.3|^4.0.3",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to get #25529 which prevents the deps=low build to fail

@fabpot
Copy link
Member

fabpot commented Jun 12, 2020

Thank you @xabbuh.

@fabpot fabpot merged commit 1f83212 into symfony:3.4 Jun 12, 2020
@xabbuh xabbuh deleted the issue-37072 branch June 12, 2020 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants