mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-09 07:13:35 -05:00
'Task Detail' page tries to render non-existent tasks #436
Reference in New Issue
Block a user
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.