fix(task): open related task in popup when the other task was opened in a popup

Resolves https://github.com/go-vikunja/vikunja/issues/360
This commit is contained in:
kolaente 2024-12-06 14:36:31 +01:00
parent a325b27051
commit 80f8570e22
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@
@update:modelValue="toggleTaskDone(task)"
/>
<RouterLink
:to="{ name: route.name as string, params: { id: task.id } }"
:to="{ name: route.name as string, params: { id: task.id }, state: { backdropView: route.fullPath } }"
:class="{ 'is-strikethrough': task.done}"
>
<span