mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-09 07:13:35 -05:00
Due time is reset when due day is changed #27
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @svigneau on GitHub (Jan 2, 2022).
When changing the due day of a task, the due time is automatically reset (typically to 12 pm) instead of remaining as previously set. It would be more natural if the due day could be changed without affecting the due time. A user case would be someone trying to reschedule a task due today in the evening (say 7 pm) to another day at the same time in the evening (7 pm). I am using the latest Vijunja version (0.18.2) on Cloudron.
@kolaente commented on GitHub (Jan 9, 2022):
Fixed in https://kolaente.dev/vikunja/frontend/pulls/1336 - please check with the next unstable build once the CI released it. (should take ~30min).
Closing this as resolved, feel free to ping if you have other issues or questions.