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:
parent
a325b27051
commit
80f8570e22
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue