Bucket users regardless of enrollment in courseware MFE experiment

This commit is contained in:
stvn
2020-07-27 11:46:26 -07:00
parent e1bd970b46
commit 06e04eff8c
2 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ def create_course_enrollment_celebration(sender, instance, created, **kwargs):
# The UI for celebrations is only supported on the MFE right now, so don't turn on
# celebrations unless this enrollment's course is MFE-enabled.
if not REDIRECT_TO_COURSEWARE_MICROFRONTEND.is_enabled(instance.course_id):
if not REDIRECT_TO_COURSEWARE_MICROFRONTEND.is_enabled():
return
try: