-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[FrameworkBundle] add email_validation_mode option #25478
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
xabbuh
commented
Dec 13, 2017
Q | A |
---|---|
Branch? | master |
Bug fix? | no |
New feature? | yes |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | |
License | MIT |
Doc PR |
This makes it possible to configure the default validation mode for the email validator according to the changes made in #24442. |
Cool. Then I propose to patch the recipe for 4.1 and turn html5 on by default there. |
@@ -199,6 +199,8 @@ | |||
<xsd:attribute name="cache" type="xsd:string" /> | |||
<xsd:attribute name="enable-annotations" type="xsd:boolean" /> | |||
<xsd:attribute name="static-method" type="xsd:boolean" /> | |||
<xsd:attribute name="strict-email" type="xsd:boolean" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This option must also be added in older versions too (see #25480).
0247ef0
to
0adec76
Compare
Thank you @xabbuh. |
…bbuh) This PR was merged into the 4.1-dev branch. Discussion ---------- [FrameworkBundle] add email_validation_mode option | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- cda5825 add email_validation_mode option