-
Notifications
You must be signed in to change notification settings - Fork 257
Open
Description
When adding tasks previous to the current time, the date gets confused and ends up messing up previous entries if the time overlaps the new task time period. This bug applies to v3.0.2.
To reproduce, add a new task and use the calendar tool to set the date to a prior day in the week. In the cmdline field, the date will be one day prior to the one chosen in the calendar. If this incorrect date is not noticed, then previous activities are compromised. There are also other problems when choosing dates. The following should be changed or fixed:
The cmdline date should match that chosen in the calendar tool.edit by @matthijskooijman: Duplicate of Offset between calendar selection and cmdline #590The date shown below the start and end fields should not change automatically but only when set directly by the user. The only exception is when the start date is chosen, the end date can change to be the same day.edit by @matthijskooijman: Should also be fixed when Offset between calendar selection and cmdline #590 is fixed.Adding a new task should not alter existing tasks. If there is a conflict when attempting to save, an alert should come up to notify the user of the conflict. Dismissing the alert simply returns the user to the activity window.edit by @matthijskooijman: Should better be discussed in Review splitting and merging of activities #396.- The save button should not be disabled due to an activity conflict. Item 3 should be done instead. As an alternative to item 3, the conflicting fields could be highlighted along with an error message below the fields showing the problem similar to what is done in web forms. In this scenario, disabling the save button would be perfectly acceptable.
- The save button is disabled for unknown reasons. Conflicting tasks can be entered and saved without issue. Other times the save button is disabled. I do not know if it was due to a conflict or not.
Reactions are currently unavailable