mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-25 16:01:22 -05:00
Adding start date automatically adds the end date causing sync error #53
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 @mzfr on GitHub (May 27, 2022).
So I'm not sure why this was added but if I add "Start date" to the task then "end date" is added.
Now it would have been fine, but I noticed that if a task has an "End date" property, Davx^5 App throws an error stating "received an invalid task from server". When I removed that property it was able to sync fine.
@kolaente commented on GitHub (May 27, 2022):
If the task has a due date defined and you define a start date without defining an end date it will automatically use the due date as end date. You should be able to manually remove it though.
Do you have any logs from either the api server or DavX⁵?
@kolaente commented on GitHub (Jul 7, 2022):
Looks like this is the problem:
That duration looks way of.
@kolaente commented on GitHub (Jul 7, 2022):
Should be fixed in
2b074c60a7- please check with the next unstable build in ~30 min if it fixes your issue.