Skip to content

Commit

Permalink
[GSoC'24] Fix part of oppia#19849: Move multiple classroom feature fl…
Browse files Browse the repository at this point in the history
…ag to test stage (oppia#20599)

Fix part of oppia#19849: Move multiple classroom feature flag to test
  • Loading branch information
AFZL210 authored Jun 29, 2024
1 parent b4ffe27 commit e2f7d2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/feature_flag_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ class FeatureNames(enum.Enum):
FeatureNames.SHOW_TRANSLATION_SIZE,
FeatureNames.NEW_LESSON_PLAYER,
FeatureNames.EXPLORATION_EDITOR_CAN_TAG_MISCONCEPTIONS,
FeatureNames.ENABLE_MULTIPLE_CLASSROOMS,
FeatureNames.REDESIGNED_TOPIC_VIEWER_PAGE
]

Expand All @@ -100,6 +99,7 @@ class FeatureNames(enum.Enum):
FeatureNames.AUTO_UPDATE_EXP_VOICE_ARTIST_LINK,
FeatureNames.ADD_VOICEOVER_WITH_ACCENT,
FeatureNames.EXPLORATION_EDITOR_CAN_MODIFY_TRANSLATIONS,
FeatureNames.ENABLE_MULTIPLE_CLASSROOMS,
]

# Names of features in prod stage, the corresponding feature flag instances must
Expand Down Expand Up @@ -255,7 +255,7 @@ class FeatureNames(enum.Enum):
(
'The flag enables flow for multiple classrooms '
'and makes the classrooms page available to learners.',
feature_flag_domain.ServerMode.DEV
feature_flag_domain.ServerMode.TEST
)
),
FeatureNames.REDESIGNED_TOPIC_VIEWER_PAGE.value: (
Expand Down

0 comments on commit e2f7d2c

Please sign in to comment.