From 87418ec21260e7e91d79fe9b129bf671d77412a8 Mon Sep 17 00:00:00 2001 From: Maksim Sokolskiy Date: Thu, 18 Sep 2025 14:29:46 +0300 Subject: [PATCH] docs: add DEPR ticket for some mfe_config settings --- lms/djangoapps/mfe_config_api/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/djangoapps/mfe_config_api/views.py b/lms/djangoapps/mfe_config_api/views.py index 3bff483ba2d1..0ab71b151b88 100644 --- a/lms/djangoapps/mfe_config_api/views.py +++ b/lms/djangoapps/mfe_config_api/views.py @@ -36,7 +36,7 @@ def get(self, request): django settings. This is a temporary change as a part of the migration of some legacy pages to MFEs. This is a temporary compatibility layer which will eventually be deprecated. - See [Link to DEPR ticket] for more details. todo: add link + See [DEPR ticket](https://github.com/openedx/edx-platform/issues/37210) for more details. The compatability means that settings from the legacy locations will continue to work but the settings listed below in the `_get_legacy_config` function should be added to the MFE