[PR #1000] [MERGED] Fix subtasks missing in list view #7189

Closed
opened 2026-04-20 17:35:00 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1000
Author: @kolaente
Created: 6/24/2025
Status: Merged
Merged: 6/24/2025
Merged by: @kolaente

Base: mainHead: codex/investigate-subtasks-display-issue-across-projects


📝 Commits (1)

  • 783645d test: ensure subtasks show after parent moved

📊 Changes

2 files changed (+91 additions, -4 deletions)

View changed files

pkg/models/task_collection_subtasks_move_test.go (+80 -0)
📝 pkg/models/task_search.go (+11 -4)

📄 Description

Might resolve https://github.com/go-vikunja/vikunja/issues/782

Summary

  • keep subtasks visible when their parents live in another project
  • add regression test for moving subtasks across projects
  • ensure project filter uses tasks alias

Testing

  • mage lint:fix
  • mage test:unit

https://chatgpt.com/codex/tasks/task_e_6849d187cfd083228455e321c1debe42


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/1000 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 6/24/2025 **Status:** ✅ Merged **Merged:** 6/24/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `codex/investigate-subtasks-display-issue-across-projects` --- ### 📝 Commits (1) - [`783645d`](https://github.com/go-vikunja/vikunja/commit/783645d1d6330ab1fb3fee1858b277f97711778e) test: ensure subtasks show after parent moved ### 📊 Changes **2 files changed** (+91 additions, -4 deletions) <details> <summary>View changed files</summary> ➕ `pkg/models/task_collection_subtasks_move_test.go` (+80 -0) 📝 `pkg/models/task_search.go` (+11 -4) </details> ### 📄 Description Might resolve https://github.com/go-vikunja/vikunja/issues/782 ## Summary - keep subtasks visible when their parents live in another project - add regression test for moving subtasks across projects - ensure project filter uses tasks alias ## Testing - `mage lint:fix` - `mage test:unit` ------ https://chatgpt.com/codex/tasks/task_e_6849d187cfd083228455e321c1debe42 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 17:35:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#7189