Skip to content

Commit

Permalink
N21-939 add FEATURE_GROUPS_IN_COURSE_ENABLED (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
MBergCap authored Oct 16, 2023
1 parent b307d60 commit 7512dd9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ansible/group_vars/all/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -902,6 +902,11 @@ configuration_all:
server: true
client: true
nuxtclient: false
FEATURE_GROUPS_IN_COURSE_ENABLED:
value: "false"
server: true
client: true
nuxtclient: false

FEATURE_COLUMN_BOARD_EXTERNAL_TOOLS_ENABLED:
value: "false"
Expand Down
1 change: 1 addition & 0 deletions ansible/group_vars/nbc/instance_cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ FEATURE_CTL_CONTEXT_CONFIGURATION_ENABLED: "true"
FEATURE_CTL_TOOLS_ENABLED: "true"
FEATURE_LTI_TOOLS_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"
Expand Down
1 change: 1 addition & 0 deletions ansible/host_vars/prod-nbc/cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ NEXTCLOUD_BASE_URL: https://nextcloud.niedersachsen.cloud

FEATURE_SANIS_GROUP_PROVISIONING_ENABLED: "false"
FEATURE_SHOW_NEW_CLASS_VIEW_ENABLED: "false"
FEATURE_GROUPS_IN_COURSE_ENABLED: "false"

FEATURE_COLUMN_BOARD_EXTERNAL_TOOLS_ENABLED: "false"
1 change: 1 addition & 0 deletions ansible/host_vars/ref-nbc/cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ FEATURE_SANIS_GROUP_PROVISIONING_ENABLED: "false"
FEATURE_COLUMN_BOARD_EXTERNAL_TOOLS_ENABLED: "false"

FEATURE_SHOW_NEW_CLASS_VIEW_ENABLED: "false"
FEATURE_GROUPS_IN_COURSE_ENABLED: "false"

0 comments on commit 7512dd9

Please sign in to comment.