-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Form] Allowing plural message on extra data validation failure #34984
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
Conversation
Could you please fill in the PR template in the description? If this is a bug, the PR should target the lowest branch where the bung is found (see PR description templates for details). A test case would be nice also. Thanks. |
I will add tests in the next few days |
@popnikos Do you have time to add some tests? |
Sorry but I cannot spend sole times right now.
I will try next week.
Le ven. 10 janv. 2020 à 12:54, Fabien Potencier <notifications@github.com>
a écrit :
… @popnikos <https://github.com/popnikos> Do you have time to add some
tests?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#34984?email_source=notifications&email_token=AE6ECQGMBTZ6AUBNZFOH4G3Q5BOV3A5CNFSM4J3AOKB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEITWGVA#issuecomment-573006676>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE6ECQC6E7QLBH24ITGWNXTQ5BOV3ANCNFSM4J3AOKBQ>
.
|
@xabbuh I met some difficulties with my github to modify my branch and have wrongly done modification on my master (popnikos/symfony github repo) and just use a merge master into my patch-1 branch (the one attached to this PR) Could you please validate it anyway (because dthe |
When using allow_extra_fields feature (and set to false) with an extra_fields_message, this message may now support pluralization regarding count of extra fields (extra data). e.g. "extra field found|extra fields found"
Thank you @popnikos. |
When using allow_extra_fields feature (and set to false) with an extra_fields_message, this message may now support pluralization regarding count of extra fields (extra data). e.g. "extra field found|extra fields found"