diff --git a/client/src/components/learningPath/SelfEvaluation.vue b/client/src/components/learningPath/SelfEvaluation.vue index ca8f41cc..484727b9 100644 --- a/client/src/components/learningPath/SelfEvaluation.vue +++ b/client/src/components/learningPath/SelfEvaluation.vue @@ -131,7 +131,9 @@ onUnmounted(() => { :show-start-button="false" :show-previous-button="showPreviousButton" :base-url="props.learningUnit.evaluate_url" - :close-button-variant="learningUnitHasFeedbackPage ? 'close' : 'mark_as_done'" + :close-button-variant=" + learningUnitHasFeedbackPage || isReadOnly ? 'close' : 'mark_as_done' + " :end-badge-text=" learningUnitHasFeedbackPage ? $t('general.submission') : undefined " diff --git a/client/src/pages/cockpit/profilePage/CompetenceProfilePage.vue b/client/src/pages/cockpit/profilePage/CompetenceProfilePage.vue index 8b71e58f..b306ba5b 100644 --- a/client/src/pages/cockpit/profilePage/CompetenceProfilePage.vue +++ b/client/src/pages/cockpit/profilePage/CompetenceProfilePage.vue @@ -36,10 +36,10 @@ const selectDetails = () => {