-
Notifications
You must be signed in to change notification settings - Fork 26
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
Bugfix: editing current period #178
Conversation
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 have one question. What if user marked one of the days in the previous period by error. Is it still available to remove unnecessary day or these changes persistent and this day marked by error will remain?
If I understood the question correctly, there will be no error. This checks if the dates following today are marked. If yes and the date is not marked today, then there is an error. Previous dates are not checked |
Closed #155
The bug is described in the issue. I fixed it. Now if you follow all the steps described in the problem, an alert will appear with a warning. And also the marked days will become as before editing.