fix: remove 'toggle_status: unsupported' from COURSES_INVITE_ONLY (#35572)

This commit is contained in:
Paulo Viadanna
2024-10-03 13:04:25 -03:00
committed by GitHub
parent 9e55223dbf
commit 31a3c44a73

View File

@@ -148,7 +148,6 @@ COURSEWARE_OPTIMIZED_RENDER_XBLOCK = CourseWaffleFlag(
# .. 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)