[PR #1014] [MERGED] fix: show 404 on task detail page when the task does not exist #1150

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

📋 Pull Request Information

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

Base: mainHead: codex/show-404-page-for-missing-task


📝 Commits (1)

  • 49b4f04 test: ensure 404 page shows for invalid task

📊 Changes

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

View changed files

📝 frontend/cypress/e2e/task/task.spec.ts (+6 -0)
📝 frontend/src/views/tasks/TaskDetailView.vue (+7 -0)

📄 Description

Summary

  • redirect to the 404 page when loading a task that does not exist
  • test that nonexistent tasks show the 404 page

Testing

  • pnpm lint:fix

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


🔄 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/1014 **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/show-404-page-for-missing-task` --- ### 📝 Commits (1) - [`49b4f04`](https://github.com/go-vikunja/vikunja/commit/49b4f04275026f0298de71f9f4bf5efca107ed96) test: ensure 404 page shows for invalid task ### 📊 Changes **2 files changed** (+13 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/cypress/e2e/task/task.spec.ts` (+6 -0) 📝 `frontend/src/views/tasks/TaskDetailView.vue` (+7 -0) </details> ### 📄 Description ## Summary - redirect to the 404 page when loading a task that does not exist - test that nonexistent tasks show the 404 page ## Testing - `pnpm lint:fix` ------ https://chatgpt.com/codex/tasks/task_e_685b0e2d1c6883228a0df7c0a22e2f35 --- <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:03 -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#1150