-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
Not update available on date #2721
Comments
Hey @sechix I can't replicate this issue, it seems to be working for me. If you hit update at the bottom of the product page, does your database match? Could you post some reproduction steps? Thanks! |
and later I got a @sechix what is the locale that are you using? |
I have the same issue. Seems to be related to localization since I use pt-BR and have the exact same issue. My guess is that the datepicker format has a specific format and i18n changes the default date formats, causing the disconnect between the actual value from the input and the datepicker's display |
This line shows how the datepicker format uses i18n to decide the datepicker format. This seems wrong to me, as I imagine the datepicker will always accept one specific format, so it should be hard coded. |
To expand a bit: on the context of solidus_i18n you see a field called I propose we hard-code the datepicker format to something that always works, since this is not a presentational value but instead a value that is used by a third party library. |
Steps to reproduce
In products show a different date in input datapicker field that in database
System configuration
Solidus Master last version
The text was updated successfully, but these errors were encountered: