From a8030c202a8cfa58e14b4717ab64097a9cbe1d20 Mon Sep 17 00:00:00 2001 From: XnpioChV Date: Thu, 23 Oct 2025 17:37:18 -0500 Subject: [PATCH 1/2] chore: Deleted `ENABLE_LEGACY_LIBRARY_MIGRATOR` from patches `ENABLE_LEGACY_LIBRARY_MIGRATOR` is not longer necessary --- tutormfe/patches/openedx-lms-development-settings | 1 - tutormfe/patches/openedx-lms-production-settings | 1 - 2 files changed, 2 deletions(-) diff --git a/tutormfe/patches/openedx-lms-development-settings b/tutormfe/patches/openedx-lms-development-settings index 46d2139f..33a2a6cf 100644 --- a/tutormfe/patches/openedx-lms-development-settings +++ b/tutormfe/patches/openedx-lms-development-settings @@ -43,7 +43,6 @@ MFE_CONFIG["ENABLE_PROGRESS_GRAPH_SETTINGS"] = "true" MFE_CONFIG["ENABLE_TAGGING_TAXONOMY_PAGES"] = "true" MFE_CONFIG["ENABLE_UNIT_PAGE"] = "true" MFE_CONFIG["MEILISEARCH_ENABLED"] = "true" -MFE_CONFIG["ENABLE_LEGACY_LIBRARY_MIGRATOR"] = "true" {% endif %} {% if get_mfe("discussions") %} diff --git a/tutormfe/patches/openedx-lms-production-settings b/tutormfe/patches/openedx-lms-production-settings index 467024f1..d45c718e 100644 --- a/tutormfe/patches/openedx-lms-production-settings +++ b/tutormfe/patches/openedx-lms-production-settings @@ -44,7 +44,6 @@ MFE_CONFIG["ENABLE_PROGRESS_GRAPH_SETTINGS"] = "true" MFE_CONFIG["ENABLE_TAGGING_TAXONOMY_PAGES"] = "true" MFE_CONFIG["ENABLE_UNIT_PAGE"] = "true" MFE_CONFIG["MEILISEARCH_ENABLED"] = "true" -MFE_CONFIG["ENABLE_LEGACY_LIBRARY_MIGRATOR"] = "false" {% endif %} {% if get_mfe("discussions") %} From 9509c37a6924bc965c7eda87256e6f46faee8211 Mon Sep 17 00:00:00 2001 From: XnpioChV Date: Tue, 4 Nov 2025 13:30:47 -0500 Subject: [PATCH 2/2] chore: Update changelog --- ...v_delete_enable_legacy_library_migrator_flag.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 changelog.d/20251104_125525_xnpiochv_delete_enable_legacy_library_migrator_flag.md diff --git a/changelog.d/20251104_125525_xnpiochv_delete_enable_legacy_library_migrator_flag.md b/changelog.d/20251104_125525_xnpiochv_delete_enable_legacy_library_migrator_flag.md new file mode 100644 index 00000000..50148cc2 --- /dev/null +++ b/changelog.d/20251104_125525_xnpiochv_delete_enable_legacy_library_migrator_flag.md @@ -0,0 +1,14 @@ + + + + + + +[Deprecation] The flag `ENABLE_LEGACY_LIBRARY_MIGRATOR` is deleted in patches.