fix: workaround voor queries die niet opnieuw ingesteld worden in SingleDiscussion
This commit is contained in:
parent
8c16d57eea
commit
0c1b87ea99
3 changed files with 36 additions and 1 deletions
|
@ -30,7 +30,7 @@ import { ref } from 'vue';
|
|||
<template v-for="node in learningObjects.data">
|
||||
<v-list-item
|
||||
link
|
||||
:to="{ path: `/discussion/${currentPath.hruid}/${node.language}/${node.key}`, query: route.query }"
|
||||
:to="{ path: `/discussion-reload/${currentPath.hruid}/${node.language}/${node.key}`, query: route.query }"
|
||||
:title="node.title"
|
||||
:active="node.key === props.activeObjectId"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue