From 5b580d2198a697c06b25e01a9713cc90bd2acfe0 Mon Sep 17 00:00:00 2001 From: Kyle McCormick Date: Thu, 23 Dec 2021 16:35:35 -0500 Subject: [PATCH] docs: remove outdated reference to courseware_mfe opt-in (#29678) Formerly, the 'courseware.courseware_mfe' Waffle flag was required in order use the new Learning-MFE-based courseware frontend. However, the Learning-MFE-based frontend has since become the default, with the 'courseware.use_legacy_frontend' flag instead serving as an opt-out. The LEARNING_MICROFRONTEND_URL Django setting annotation erroneously still referenced the old 'courseware.courseware_mfe' flag. This commit removes the outdated reference. --- lms/envs/common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index a30fbb7f43..53672981b2 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -4695,7 +4695,6 @@ PROGRAM_CONSOLE_MICROFRONTEND_URL = None # .. setting_name: LEARNING_MICROFRONTEND_URL # .. setting_default: None # .. setting_description: Base URL of the micro-frontend-based courseware page. -# .. setting_warning: Also set site's courseware.courseware_mfe waffle flag. LEARNING_MICROFRONTEND_URL = None # .. setting_name: DISCUSSIONS_MICROFRONTEND_URL # .. setting_default: None