Duplicating a board puts the buckets in the original board

I’m on Version: v0.23.0-892-8b10b329a6, but this has been an issue for a while.

When I go to duplicate a board, the new board has all the tasks, but only in one bucket, and the existing board gets all its tasks duplicated.

When I reproduced it on try, each task in the original board was added twice to the new board, but the columns went to the original board. I didn’t see the double-task creation on my server.

Realizing the data in try doesn’t tend to stick around, I worked with these boards:

Let me know if you need more information. Any help would be much appreciated!

Thank you!

Probably related to the issue described at Task - duplicated - #4 by Isaias_Sanchez

I was able to reproduce this. Will look into a fix.

This is now fixed in 1e42e54db1, please check with the next unstable build (should be ready for deployment in ~45min, also on try).

No, I’m sorry, continue with the error

I have a main project, which contains three tasks, when duplicating the project the tasks are duplicated.

Let’s say I have project 1 with
task 1
task 2
task 3

When you duplicate project 1, the tasks also duplicate, leaving it like this

project 1 duplicate
task 1
task 1
task 2
task 2
task 3
task 3

Are those the same tasks? (if you click on them, do they go to the same url?)

Maybe similar to Tasks repeated when creating a duplicate of a project · Issue #297 · go-vikunja/vikunja · GitHub

This should now be fixed with b83448b7a6, please check with the next unstable build (should be ready for deployment in ~45min, also on try).

2 Likes

that’s very good

this really solves my issue

thank u so much