[PR #775] [MERGED] fix(projects): (un-)archive child projects when archiving parent #934

Closed
opened 2025-11-01 21:07:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/775
Author: @kolaente
Created: 5/15/2025
Status: Merged
Merged: 5/15/2025
Merged by: @kolaente

Base: mainHead: fix/archive-child


📝 Commits (4)

  • dcd64c6 fix(projects): (un-)archive child projects when archiving parent
  • 1623d00 Update pkg/models/project.go
  • 8696bcd fix(projects): (un-)archive child projects when archiving parent
  • 5b9ded1 fix: fetch all projects first, then update

📊 Changes

3 files changed (+75 additions, -0 deletions)

View changed files

📝 frontend/src/views/project/settings/ProjectSettingsArchive.vue (+1 -0)
📝 pkg/models/project.go (+42 -0)
📝 pkg/models/project_test.go (+32 -0)

📄 Description

Resolves https://github.com/go-vikunja/vikunja/issues/691


🔄 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/775 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 5/15/2025 **Status:** ✅ Merged **Merged:** 5/15/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `fix/archive-child` --- ### 📝 Commits (4) - [`dcd64c6`](https://github.com/go-vikunja/vikunja/commit/dcd64c63ec3d285e972b944ca4dc385270f99a24) fix(projects): (un-)archive child projects when archiving parent - [`1623d00`](https://github.com/go-vikunja/vikunja/commit/1623d006677eb620077fa3b1ec8a0123d62684ad) Update pkg/models/project.go - [`8696bcd`](https://github.com/go-vikunja/vikunja/commit/8696bcd23cd7b714ed1db57552a37c1892c4a897) fix(projects): (un-)archive child projects when archiving parent - [`5b9ded1`](https://github.com/go-vikunja/vikunja/commit/5b9ded106803032c3fe51fc6d02cb6524630e632) fix: fetch all projects first, then update ### 📊 Changes **3 files changed** (+75 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/views/project/settings/ProjectSettingsArchive.vue` (+1 -0) 📝 `pkg/models/project.go` (+42 -0) 📝 `pkg/models/project_test.go` (+32 -0) </details> ### 📄 Description Resolves https://github.com/go-vikunja/vikunja/issues/691 --- <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 2025-11-01 21:07:31 -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#934