mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-03 00:46:57 -05:00
'Task Detail' page tries to render non-existent tasks #435
Labels
No labels
area/api
area/caldav
area/filters
area/frontend
area/gantt
area/internal-code
area/typesense
bug
changes requested
confirmed
dependencies
enhancement
good first issue
help wanted
kind/bug
kind/feature
needs reproduction
question
security
support
upstream issue
waiting for reply
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vikunja-go-vikunja#435
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Originally created by @vikunja-bot on GitHub (Apr 1, 2025).
Original issue by dpschen on 2023-03-30T12:22:12.000Z
Description
63653Expected result
Actual result
See Screenshot below
Vikunja Frontend Version
0.20.5+115-739fe0caa1
Vikunja API Version
v0.20.4+40-5114f53307
Browser and version
Brave is up to date Version 1.49.132 Chromium: 111.0.5563.147 (Official Build) (x86_64)
Can you reproduce the bug on the Vikunja demo site?
Yes
Screenshots
Original issue on Gitea
@kolaente commented on 2023-05-30T17:37:35.000Z:
I had a stab at this and while it's quite easy to catch a 404 response from the api and replace the currently active view with a 404 that will reset the route to the base url again, which looks kind of confusing. The solution I could think of would be to compute the current view in the
App.vuecomponent and then store a flag in pina to show the 404 component when it is set. That sounds pretty hacky to me though, there's got to be another way?@kolaente commented on 2023-05-30T17:38:50.000Z:
Here's what I tried so far:
@kolaente commented on GitHub (Aug 3, 2025):
Not a problem anymore.