mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-08-31 12:45:51 -05:00
A task created with the done bucket of a view flips to done and went through moveTaskToDoneBuckets, which wrote a position row. The batch's own slot was then dropped on conflict and the task fell out of the entered order. Address pr-swarm finding: skipPositions violated by the done bucket path.