tasks do not follow anymore the order #3697
Labels
No Label
area/internal-code
changes requested
dependencies
duplicate
good first issue
help wanted
hosting
invalid
kind/bug
kind/feature
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: vikunja/frontend#3697
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Description
Hello, we are experiencing this issue since we updated to vikunja-0.21.0
Before 0.21.0, when we add a new task in a bucket, usually it was positioned at the bottom, while now it seems that it goes in a radom position.
Considering the uploaded screenshot, I expect to see (from top to bottom):
#326
#333
#334
#335
While we have (without have touched them):
#333
#335
#334
#326
Vikunja Frontend Version
0.21.0
Vikunja API Version
0.21.0
Browser and version
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.3
Can you reproduce the bug on the Vikunja demo site?
No
Screenshots
No response
Is this with a bucket with a lot of tasks? Does it happen if you create a new bucket with only 5 tasks in it?
Hi,
the bucket contains only the four tasks you can see in the screenshot.
I tested in a new bucket and it didn't happen, but my guess is that it is a completely random issue.
Can you check in the db if the
kanban_position
column represents the order you see in the frontend? And how it behaves if you create a new task?