From 47dd809f5c1a922d8711341211f42b73b07c95dd Mon Sep 17 00:00:00 2001 From: Paulo Viadanna Date: Tue, 1 Oct 2024 10:32:45 -0300 Subject: [PATCH] fix: remove 'toggle_status: unsupported' from COURSES_INVITE_ONLY --- lms/djangoapps/courseware/toggles.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lms/djangoapps/courseware/toggles.py b/lms/djangoapps/courseware/toggles.py index 43fb40436a5e..e6070a2e3bd1 100644 --- a/lms/djangoapps/courseware/toggles.py +++ b/lms/djangoapps/courseware/toggles.py @@ -148,7 +148,6 @@ # .. toggle_creation_date: 2019-05-16 # .. toggle_expiration_date: None # .. toggle_tickets: https://github.com/mitodl/edx-platform/issues/123 -# .. toggle_status: unsupported COURSES_INVITE_ONLY = SettingToggle('COURSES_INVITE_ONLY', default=False)