You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the user changed his preference language to Arabic, he gets an error when he try to open any entry has a post date.
Steps to reproduce
Publish any entry
Change language to Arabic
Additional info
Craft version: Craft Pro 3.0.33
PHP version: 7.2.9
I think the error has to do with Arabic language file for the craft itself or maybe datepicker javascript library (?) vendor/craftcms/cms/lib/datepicker-i18n/datepicker-ar.js
Have no idea.
Entries have postDate NULL work fine, other don't
The text was updated successfully, but these errors were encountered:
This should be fixed for the next release. I wasn’t able to reproduce your exact error (the page loaded fine, but I got a JavaScript error on it). So if you can test it yourself, I’d appreciate it.
You can get the fix by opening your composer.json file and changing your craftcms/cms requirement to dev-develop:
"require": {
"craftcms/cms": "dev-develop as 3.0.33",
"...": "..."
}
Description
If the user changed his preference language to Arabic, he gets an error when he try to open any entry has a post date.
Steps to reproduce
Additional info
I think the error has to do with Arabic language file for the craft itself or maybe datepicker javascript library (?)
vendor/craftcms/cms/lib/datepicker-i18n/datepicker-ar.js
Have no idea.
Entries have postDate NULL work fine, other don't
The text was updated successfully, but these errors were encountered: