mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-11 17:48:44 -05:00
[PR #1461] [MERGED] fix(task): ensure done_at can never be set by user #1511
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/1461
Author: @kolaente
Created: 9/10/2025
Status: ✅ Merged
Merged: 9/11/2025
Merged by: @kolaente
Base:
main← Head:codex/fix-inconsistent-done_at-field-behavior📝 Commits (6)
dafe077fix: enforce system-controlled done_at729b379Remove note about system-controlled fields in Update3d9158cfix4c82986adjust tests0dde278fix stuff3de4a98fix for repeating tasks📊 Changes
3 files changed (+101 additions, -4 deletions)
View changed files
📝
pkg/models/bulk_task_test.go(+18 -0)📝
pkg/models/tasks.go(+11 -4)📝
pkg/models/tasks_test.go(+72 -0)📄 Description
Summary
Resolves https://github.com/go-vikunja/vikunja/issues/1458
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.