mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-08 23:03:29 -05:00
[PR #351] [CLOSED] tasks: also delete corresponding task positions #718
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?
📋 Pull Request Information
Original PR: https://github.com/go-vikunja/vikunja/pull/351
Author: @Ma27
Created: 11/10/2024
Status: ❌ Closed
Base:
main← Head:fix-filter-bucket-on-move📝 Commits (1)
14bfe61tasks: also delete corresponding task positions📊 Changes
1 file changed (+5 additions, -1 deletions)
View changed files
📝
pkg/models/tasks.go(+5 -1)📄 Description
Closes #348
When moving a project, the old task bucket entries (project, saved filters) will be removed, but not the corresponding position. This has the effect that the saved_filter event hook UpdateTaskInSavedFilterViews wrongly assumes that the task doesn't need to be re-added to the saved filter since the position part still exists.
cc @kolaente
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.