[PR #1012] [MERGED] fix: ambiguous title column in task search #1148

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

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1012
Author: @kolaente
Created: 6/24/2025
Status: Merged
Merged: 6/24/2025
Merged by: @kolaente

Base: mainHead: codex/investigate-and-fix-issue-#1010


📝 Commits (1)

  • 648e23e fix: specify table for title search

📊 Changes

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

View changed files

📝 pkg/models/api_tokens.go (+1 -1)
📝 pkg/models/task_search.go (+1 -1)

📄 Description

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

Summary

  • avoid ambiguous title column errors when searching tasks

Testing

  • mage lint:fix
  • pnpm lint:fix in frontend
  • mage test:feature

https://chatgpt.com/codex/tasks/task_e_685aff9dea2c8322919f78e89847e283


🔄 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/1012 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 6/24/2025 **Status:** ✅ Merged **Merged:** 6/24/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `codex/investigate-and-fix-issue-#1010` --- ### 📝 Commits (1) - [`648e23e`](https://github.com/go-vikunja/vikunja/commit/648e23e2c0c17e8dbcbb45cb7e47f69d0fc2cefb) fix: specify table for title search ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `pkg/models/api_tokens.go` (+1 -1) 📝 `pkg/models/task_search.go` (+1 -1) </details> ### 📄 Description Resolves https://github.com/go-vikunja/vikunja/issues/1010 ## Summary - avoid ambiguous `title` column errors when searching tasks ## Testing - `mage lint:fix` - `pnpm lint:fix` in frontend - `mage test:feature` ------ https://chatgpt.com/codex/tasks/task_e_685aff9dea2c8322919f78e89847e283 --- <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:12:00 -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#1148