Skip to content

Commit 6ca4306

Browse files
ChrisChVahmed-arb
authored andcommitted
chore: Deleted ENABLE_LEGACY_LIBRARY_MIGRATOR from patches (#275)
1 parent 8930157 commit 6ca4306

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
<!--
3+
Create a changelog entry for every new user-facing change. Please respect the following instructions:
4+
- Indicate breaking changes by prepending an explosion 💥 character.
5+
- Prefix your changes with either [Bugfix], [Improvement], [Feature], [Security], [Deprecation].
6+
- You may optionally append "(by @<author>)" at the end of the line, where "<author>" is either one (just one)
7+
of your GitHub username, real name or affiliated organization. These affiliations will be displayed in
8+
the release notes for every release.
9+
-->
10+
11+
<!-- - 💥[Feature] Foobarize the blorginator. This breaks plugins by renaming the `FOO_DO` filter to `BAR_DO`. (by @regisb) -->
12+
<!-- - [Improvement] This is a non-breaking change. Life is good. (by @billgates) -->
13+
14+
[Deprecation] The flag `ENABLE_LEGACY_LIBRARY_MIGRATOR` is deleted in patches.

tutormfe/patches/openedx-lms-development-settings

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ 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"
4746
{% endif %}
4847

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

tutormfe/patches/openedx-lms-production-settings

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ 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"
4847
{% endif %}
4948

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

0 commit comments

Comments
 (0)