-
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
Fix first day of week in dob customer field #11057
Conversation
[mpi] MAGETWO-72551: Update version in composer to 2.2.1-dev for 2.2-develop branch
|
0c0393d
to
e442de5
Compare
@joachimVT it looks like you have 2 extra commits on this branch that I dont think relate to the bug fix. (c3ea1f5, 0c0393d) Can you clean these off the PR or are they suppose to be there? |
@dmanners I don't know why these 2 extra commits are on my branch. How could I clean these off ? |
@joachimVT running |
Actually is this branch created from develop or develop2.2? The PR is for the 2.2 branch so if the branch was created from develop you might get some different commits. Options would be either to recreate the branch from 2.2 and cherry-pick your commit onto your new branch or running a git reset to remove the two other commits. |
@dmanners @joachimVT sorry for the confusion, two additional commits appeared because of the issue in our infrastructure (branch was force-pushed at some point) Now it is resolved and we can accept your fix as is. |
Hi @joachimVT could you please accept the invite in the GitHub to join magento team? |
Hi @okorshenko I didn't receive any invite in Github ? |
Description
The frontend datepicker control for the DOB field is not localized: month names, day names and week start date are all using en_US. This pull request fixes this using the first day of the week set in the back office (core_config_data)
Fixed Issues (if relevant)
Manual testing scenarios
Contribution checklist