mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-09 07:13:35 -05:00
[PR #775] [MERGED] fix(projects): (un-)archive child projects when archiving parent #934
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/775
Author: @kolaente
Created: 5/15/2025
Status: ✅ Merged
Merged: 5/15/2025
Merged by: @kolaente
Base:
main← Head:fix/archive-child📝 Commits (4)
dcd64c6fix(projects): (un-)archive child projects when archiving parent1623d00Update pkg/models/project.go8696bcdfix(projects): (un-)archive child projects when archiving parent5b9ded1fix: 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.