Not able to move task between buckets within a Kanban view for Saved Filter

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:

  1. 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.
  2. Create two tasks from the list view of the default project, Inbox.
  3. 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.