mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-07-26 22:50:27 -05:00
When a task is updated, the position of the tasks of the whole project/bucket are updated. This leads to column "updated" of model Task to be updated quite often. However, that column is used for the ETag field of CALDAV. Thus, changing a task marks all the other tasks as updated, which prevents clients from synchronizing their edited tasks. Co-authored-by: Erwan Martin <erwan@pepper.com> Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1605 Co-authored-by: Erwan Martin <public@fzwte.net> Co-committed-by: Erwan Martin <public@fzwte.net>