Date: Thu, 12 Oct 2023 15:27:36 +0200
Subject: [PATCH 2/2] N21-1314 adds a check if the course is archived. if true
disable checkbox for videoconferences (#3332)
---
views/courses/edit-course.hbs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/views/courses/edit-course.hbs b/views/courses/edit-course.hbs
index c72c73f4df..b9b024bca5 100644
--- a/views/courses/edit-course.hbs
+++ b/views/courses/edit-course.hbs
@@ -123,8 +123,8 @@
{{#ifConfig "FEATURE_CTL_TOOLS_TAB_ENABLED" true}}
{{#ifConfig "FEATURE_VIDEOCONFERENCE_ENABLED" true}}
-
-
+
+
{{#inArray "videoconference" @root.schoolData.features}}
{{else}}