From 1634943c214a402b6324eb8211d644a255f62869 Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Mon, 6 May 2024 13:05:08 +0200 Subject: [PATCH] =?UTF-8?q?Hide=20Fremdeinsch=C3=A4tzung=20in=20a=20users?= =?UTF-8?q?=20profile=20if=20in=20uk=20course?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SelfEvaluationAndFeedbackOverview.vue | 12 +- client/src/composables.ts | 2 +- .../pages/dashboard/DashboardPersonsPage.vue | 1 + .../src/pages/userProfile/UserProfilePage.vue | 2 +- cypress/e2e/courseSpecificSettings.cy.js | 163 +++++++++++------- .../core/management/commands/cypress_reset.py | 1 + server/vbv_lernwelt/course/serializers.py | 1 + 7 files changed, 117 insertions(+), 65 deletions(-) diff --git a/client/src/components/selfEvaluationFeedback/SelfEvaluationAndFeedbackOverview.vue b/client/src/components/selfEvaluationFeedback/SelfEvaluationAndFeedbackOverview.vue index 1944be5e..55074c29 100644 --- a/client/src/components/selfEvaluationFeedback/SelfEvaluationAndFeedbackOverview.vue +++ b/client/src/components/selfEvaluationFeedback/SelfEvaluationAndFeedbackOverview.vue @@ -1,7 +1,7 @@