After deleting the done bucket, no task in the project can be done #1928

Closed
opened 2026-03-22 13:46:51 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @onichandame on GitHub (Mar 12, 2024).

Description

image
I created a bucket in a project, mark it as the done bucket. then delete the bucket. now I cannot mark any task in the project as done. the logged error message is shown above. the user interface is bugged as well.

After digging the database, I see that the done_bucket_id column in projects is not cleared after deleting the bucket. However I don't have an idea how it can be fixed as I am new to the codebase.

Vikunja Version

0.23.0

Browser and version

No response

Can you reproduce the bug on the Vikunja demo site?

Yes

Screenshots

https://github.com/go-vikunja/vikunja/assets/23728505/7e9ef647-5faa-4ea7-919b-019d8692fd72

I keep clicking 'mark as done' button but nothing happens

Originally created by @onichandame on GitHub (Mar 12, 2024). ### Description ![image](https://github.com/go-vikunja/vikunja/assets/23728505/5b106b71-f5fc-47b1-92c7-15f2b9e68d32) I created a bucket in a project, mark it as the done bucket. then delete the bucket. now I cannot mark any task in the project as done. the logged error message is shown above. the user interface is bugged as well. After digging the database, I see that the `done_bucket_id` column in projects is not cleared after deleting the bucket. However I don't have an idea how it can be fixed as I am new to the codebase. ### Vikunja Version 0.23.0 ### Browser and version _No response_ ### Can you reproduce the bug on the Vikunja demo site? Yes ### Screenshots https://github.com/go-vikunja/vikunja/assets/23728505/7e9ef647-5faa-4ea7-919b-019d8692fd72 I keep clicking 'mark as done' button but nothing happens
Author
Owner

@kolaente commented on GitHub (Mar 12, 2024):

Fixed in 5b2b7f7bdc, please check with the next unstable build (should be ready for deployment in ~45min, also on try).

@kolaente commented on GitHub (Mar 12, 2024): Fixed in https://github.com/go-vikunja/vikunja/commit/5b2b7f7bdc2e03f011bcee5404ef8308d689dcc3, please check with the next unstable build (should be ready for deployment in ~45min, also on [try](https://try.vikunja.io)).
Author
Owner

@onichandame commented on GitHub (Mar 13, 2024):

@kolaente Thx! I can confirm that it is fixed on the demo site. in which stable version will the fix be released?

@onichandame commented on GitHub (Mar 13, 2024): @kolaente Thx! I can confirm that it is fixed on the demo site. in which stable version will the fix be released?
Author
Owner

@kolaente commented on GitHub (Mar 13, 2024):

In the next release, coming in a few weeks.

@kolaente commented on GitHub (Mar 13, 2024): In the next release, coming in a few weeks.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#1928