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. 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") %}