From b2eb88b972303f84f20224b0c84df3702eb04fe5 Mon Sep 17 00:00:00 2001 From: Daniel Egger Date: Tue, 18 Jul 2023 13:30:21 +0200 Subject: [PATCH] Bugfix VBV-460: show read-only circle view in cockpit --- client/src/pages/cockpit/CockpitUserProfilePage.vue | 1 + .../learningPathPage/LearningPathCircleColumn.vue | 3 ++- .../learningPath/learningPathPage/LearningPathPathView.vue | 6 ++++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/client/src/pages/cockpit/CockpitUserProfilePage.vue b/client/src/pages/cockpit/CockpitUserProfilePage.vue index 2634129e..f20ac90e 100644 --- a/client/src/pages/cockpit/CockpitUserProfilePage.vue +++ b/client/src/pages/cockpit/CockpitUserProfilePage.vue @@ -65,6 +65,7 @@ function setActiveClasses(isActive: boolean) { :use-mobile-layout="false" :hide-buttons="true" :learning-path="learningPath" + :override-circle-url-base="`/course/${props.courseSlug}/cockpit/profile/${props.userId}`" >