-
Notifications
You must be signed in to change notification settings - Fork 21
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(*): correctly allow date ranges where start date is in future #2005
Conversation
and no end date is set
Deployed to https://pr-2005.aam-digital.net/ |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
I am not sure that I can reproduce the bug. When I use the latest master, I can also enter or select a date range in the future.
hmm, interesting. In the demo I can't reproduce either @TheSlimvReal . But here and in a client system it is happening: https://qm.aam-digital.com/matching (maybe due to synced mode or because the "end" field is not part of the form?) |
@TheSlimvReal , indeed this bug only occurs if the "end" field is not part of the confirmation popup of the matching view. |
It seems like moment has a different behaviour depending on whether |
ah, that makes sense, I guess. |
🎉 This PR is included in version 3.24.0-master.9 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.24.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
allow date ranges where start date is in future and no end date is set