mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-22 06:11:08 -05:00
Duplicate numbering when moving tasks between lists #99
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kattelk on GitHub (Oct 31, 2022).
Description
When moving tasks between lists, the numbering in the Table view seems to create duplicate task numbers. To recreate this problem:
- Create two lists. Create Task A in List 1. Create Task B in List 2. Move Task A to List 2.
- Now create Task C in List 2,. Looking at the Table for List 2, and sorting by #, we have:
#2 Task A
#1 Task B
#2 Task C
- I would have expected
#1 Task B
#2 Task A
#3 Task C
As far as I can tell this duplicate numbering only occurs once per list.
Vikunja Frontend Version
0.19.1+463-4ad99bdad1
Vikunja API Version
0.19.2+95-7b77974b03
Browser and version
No response
Can you reproduce the bug on the Vikunja demo site?
Yes
Screenshots
No response
@kolaente commented on GitHub (Nov 2, 2022):
Fixed in
c495096444- please check with the next unstable build if the problem really went away.