diff --git a/frontend/src/views/learning-paths/LearningPathPage.vue b/frontend/src/views/learning-paths/LearningPathPage.vue index 63f1b686..b799ea09 100644 --- a/frontend/src/views/learning-paths/LearningPathPage.vue +++ b/frontend/src/views/learning-paths/LearningPathPage.vue @@ -190,6 +190,13 @@ }); } } + + const discussionLink = computed(() => + "/discussion" + + "/" + props.hruid + + "/" + currentNode.value?.language + + "/" + currentNode.value?.learningobjectHruid); +