[PR #1901] [MERGED] fix(tasks): make sure all users get overdue reminder mails #5313

Closed
opened 2026-04-16 13:33:48 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1901
Author: @kolaente
Created: 11/28/2025
Status: Merged
Merged: 11/28/2025
Merged by: @kolaente

Base: mainHead: fix-task-overdue-reminders


📝 Commits (2)

  • f8594aa wip: test to reproduce the problem
  • 082bb8b fix(tasks): make sure all users get overdue reminder mails

📊 Changes

2 files changed (+357 additions, -1 deletions)

View changed files

📝 pkg/models/task_overdue_reminder_test.go (+356 -0)
📝 pkg/models/task_reminder.go (+1 -1)

📄 Description

Fixes a regression introduced in 2a43f9b076

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


🔄 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/1901 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 11/28/2025 **Status:** ✅ Merged **Merged:** 11/28/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `fix-task-overdue-reminders` --- ### 📝 Commits (2) - [`f8594aa`](https://github.com/go-vikunja/vikunja/commit/f8594aa51459d4a603b27053ea4b4d99a4f5a667) wip: test to reproduce the problem - [`082bb8b`](https://github.com/go-vikunja/vikunja/commit/082bb8b4b68e44d579cb46dd063eaa7b117633d5) fix(tasks): make sure all users get overdue reminder mails ### 📊 Changes **2 files changed** (+357 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `pkg/models/task_overdue_reminder_test.go` (+356 -0) 📝 `pkg/models/task_reminder.go` (+1 -1) </details> ### 📄 Description Fixes a regression introduced in 2a43f9b076f3c84c1c16209c78ffa8b3b5e0f2d2 Resolves https://github.com/go-vikunja/vikunja/issues/1581 --- <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-16 13:33:48 -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#5313