mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-24 23:41:47 -05:00
[PR #1071] [MERGED] fix(tasks): do not return subtasks multiple times when they are related to multiple tasks #1205
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/1071
Author: @kolaente
Created: 7/2/2025
Status: ✅ Merged
Merged: 7/2/2025
Merged by: @kolaente
Base:
main← Head:codex/fix-task-duplication-in-list-views📝 Commits (2)
ad76238fix(tasks): do not return subtasks multiple times when they are related3e0575crefactor: move test📊 Changes
5 files changed (+226 additions, -126 deletions)
View changed files
➕
frontend/cypress/e2e/task/subtask-duplicates.spec.ts(+70 -0)📝
frontend/src/components/project/views/ProjectList.vue(+1 -15)➖
pkg/models/task_collection_subtasks_move_test.go(+0 -98)📝
pkg/models/task_collection_test.go(+143 -0)📝
pkg/models/task_search.go(+12 -13)📄 Description
Summary
Testing
pnpm lint:fixpnpm test:e2e(fails: missing Xvfb)https://chatgpt.com/codex/tasks/task_e_6849d1f6979483229da72d667674a4f2
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.