Thanks for the super fast response! I’m still able to reproduce the duplicate rows in the task_positions
table, which may or may not be related to the other issues I was having with tasks disappearing from Saved Filters.
Steps to reproduce the duplicate rows in task_positions
table:
- Create new Vikunja instance using Docker unstable tag and MariaDB. My version is the one mentioned above, 25fd0f6108. I verified this from the “About” window in the web UI.
- Create two tasks from the list view of the default project, Inbox.
- From Inbox’s Kanban view, rearrange the tasks so that task #1 is above task #2.
After completing this, task_positions
has 4 identical rows for task 1.
After some experimenting, I figured out the number of identical rows (4 in the above example) is tied to the number of views for the project. 2 views = 2 identical rows. 1 view = no identical rows.