From eefa82c986089c0e1d429acc19c7ef15aa1e6956 Mon Sep 17 00:00:00 2001 From: agnisa-cap Date: Fri, 1 Dec 2023 15:42:46 +0100 Subject: [PATCH] N21-1541 Revert "rollback of feature flags" (#724) This reverts commit 40aa45d44ba45ab0efa226239a8254bf92f456c9. --- ansible/group_vars/nbc/instance_cfg.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/group_vars/nbc/instance_cfg.yml b/ansible/group_vars/nbc/instance_cfg.yml index 2ae118117..f5f6324e8 100644 --- a/ansible/group_vars/nbc/instance_cfg.yml +++ b/ansible/group_vars/nbc/instance_cfg.yml @@ -44,8 +44,8 @@ FEATURE_ENABLE_LDAP_SYNC_DURING_MIGRATION: "true" FEATURE_CTL_CONTEXT_CONFIGURATION_ENABLED: "true" FEATURE_CTL_TOOLS_ENABLED: "true" FEATURE_LTI_TOOLS_ENABLED: "false" -FEATURE_SHOW_NEW_CLASS_VIEW_ENABLED: "false" -FEATURE_GROUPS_IN_COURSE_ENABLED: "false" +FEATURE_SHOW_NEW_CLASS_VIEW_ENABLED: "true" +FEATURE_GROUPS_IN_COURSE_ENABLED: "true" FEATURE_COLUMN_BOARD_EXTERNAL_TOOLS_ENABLED: "true" TEACHER_STUDENT_VISIBILITY__IS_ENABLED_BY_DEFAULT: "false"