Skip to content

Commit 14ee7ec

Browse files
authored
feat: ENABLE_LEGACY_LIBRARY_MIGRATOR added (#268)
1 parent 20b6af4 commit 14ee7ec

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tutormfe/patches/openedx-lms-development-settings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ MFE_CONFIG["ENABLE_PROGRESS_GRAPH_SETTINGS"] = "true"
4343
MFE_CONFIG["ENABLE_TAGGING_TAXONOMY_PAGES"] = "true"
4444
MFE_CONFIG["ENABLE_UNIT_PAGE"] = "true"
4545
MFE_CONFIG["MEILISEARCH_ENABLED"] = "true"
46+
MFE_CONFIG["ENABLE_LEGACY_LIBRARY_MIGRATOR"] = "true"
4647
{% endif %}
4748

4849
{% if get_mfe("discussions") %}

tutormfe/patches/openedx-lms-production-settings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ MFE_CONFIG["ENABLE_PROGRESS_GRAPH_SETTINGS"] = "true"
4444
MFE_CONFIG["ENABLE_TAGGING_TAXONOMY_PAGES"] = "true"
4545
MFE_CONFIG["ENABLE_UNIT_PAGE"] = "true"
4646
MFE_CONFIG["MEILISEARCH_ENABLED"] = "true"
47+
MFE_CONFIG["ENABLE_LEGACY_LIBRARY_MIGRATOR"] = "false"
4748
{% endif %}
4849

4950
{% if get_mfe("discussions") %}

0 commit comments

Comments
 (0)