-
Notifications
You must be signed in to change notification settings - Fork 24
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: [BETA-102] handle Arabic dates when registering with auto-generate events #3621
Conversation
It looks like this has already been taken care of in DHIS2-17131, or am I missing something? |
Hey @superskip, |
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.
You're right! Looks good :)
(I'll apply this fix to the DD-MM-YYYY pull request!)
🚀 Deployed on https://deploy-preview-3621--dhis2-capture.netlify.app |
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.
Tested successfully on 2.42,2.41.1,2.41.0,2.40.4,2.39.6,2.38.7 versions
## [100.68.5](v100.68.4...v100.68.5) (2024-04-30) ### Bug Fixes * [BETA-102] handle Arabic dates when registering with auto-generate events ([#3621](#3621)) ([50480e4](50480e4))
🎉 This PR is included in version 100.68.5 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
BETA-102
Tech summary
scheduledAt
property in the auto-generated events to server format after adding the scheduled days interval.YYYY-MM-DD
andDD-MM-YYYY
calendar formats.