-
Notifications
You must be signed in to change notification settings - Fork 0
fix handling of multi day rotation entries that end the same day they started #393
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
Conversation
|
When the rotation starts on the same weekday it ends and the start time is later the end time, the start will instead be 12 AM for the first entry. |
nilmerg
left a comment
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.
The bug is fixed. But if you choose e.g. midnight on thursday as end time and today (thursday) as first handoff, the form pretends that the rotation will start immediately, which isn't true.
fix: #366

Rotations that have their start on the same day as their to-day, will now have their first entries created correctly.