Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Form] Applying bug #18935 fix (done only on symfony/form)#20960
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Ghriim commentedDec 16, 2016
| Q | A |
|---|---|
| Branch? | 3.2 |
| Bug fix? | yes |
| New feature? | no |
| BC breaks? | yes (only for the behavior) |
| Deprecations? | no |
| Tests pass? | yes |
| Fixed tickets | symfony/form#11493 |
| License | MIT |
| Doc PR | seesymfony/form@8502f30) |
HeahDude commentedDec 16, 2016
This is a duplicate of#18935 which has been reverted. Sadly we cannot afford this bc break, prepopulating data in a form does not belong to the scope of its validation if it is not submitted. Btw, calling |
Ghriim commentedDec 16, 2016
I've discover this bug fix from this ticket#11493 |
HeahDude commentedDec 16, 2016
@Ghriim |
xabbuh commentedFeb 15, 2019
Can you confirm that the changes proposed in#30265 will fix this issue? |