-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Date of Birth attribute gets weird format on page reload #7778
Comments
@killoff dvilchynskyi, M2 QA |
Probably the cause is similar, but #6323 is fixed while this one is still can be reproduced. |
@killoff, thank you for your report. |
I'm working on it #SQUASHTOBERFEST |
Hi @nemesis-back could you please accept the invite in the GitHub? |
@okorshenko accepted, thx |
Although #11721 status that this issue is fixed in 2.2 (haven't tested this yet), I temporarily fixed this in a Magento 2.1 shop by adding an interceptor before
Hope this helps someone. |
Tested the current 2.2-develop branch, seems solved with this PR: #15272 It is part of the 2.2.6 Milestone. Thanks to @KaushikChavda for creating the PR!! @magento-engcom-team I think this issue can be closed. |
According to comments
Issue has been fixed |
Preconditions
DOB attribute is optional or required in Stores Configuration
Steps to reproduce
Enter existing customer email in order to get an error.
Expected result
Date 10.12.2016 preserved on the form as DOB
Actual result
Date 10..0000000 preserved on the form as DOB
PS. smth wrong with Magento\Framework\Data\Form\Filter\Date::outputFilter()
The text was updated successfully, but these errors were encountered: