[PR #961] fix: avoid xorm panic with tasks update #1101

Open
opened 2025-11-01 21:10:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/961
Author: @dpschen
Created: 6/16/2025
Status: 🔄 Open

Base: mainHead: feat/introduce-transactional-helper-for-sub-tests


📝 Commits (1)

  • 9f4d8bc fix: avoid xorm panic with tasks update

📊 Changes

3 files changed (+74 additions, -14 deletions)

View changed files

📝 pkg/db/test.go (+60 -0)
📝 pkg/models/tasks.go (+1 -1)
📝 pkg/models/tasks_test.go (+13 -13)

📄 Description

No description provided


🔄 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/961 **Author:** [@dpschen](https://github.com/dpschen) **Created:** 6/16/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/introduce-transactional-helper-for-sub-tests` --- ### 📝 Commits (1) - [`9f4d8bc`](https://github.com/go-vikunja/vikunja/commit/9f4d8bc583fd23d18e596cff8eff7ae960f45b0a) fix: avoid xorm panic with tasks update ### 📊 Changes **3 files changed** (+74 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `pkg/db/test.go` (+60 -0) 📝 `pkg/models/tasks.go` (+1 -1) 📝 `pkg/models/tasks_test.go` (+13 -13) </details> ### 📄 Description _No description provided_ --- <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:10:59 -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#1101