From 9a81ef4071ca5167f01ec8d80465c089a973ad64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Gonz=C3=A1lez?= Date: Tue, 5 Mar 2024 11:39:12 -0400 Subject: [PATCH] fix: add missing curly braces --- ...0240305_113936_moises.gonzalez_fix_dev_settings_rendering.md | 1 + tutormfe/patches/openedx-lms-development-settings | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/20240305_113936_moises.gonzalez_fix_dev_settings_rendering.md diff --git a/changelog.d/20240305_113936_moises.gonzalez_fix_dev_settings_rendering.md b/changelog.d/20240305_113936_moises.gonzalez_fix_dev_settings_rendering.md new file mode 100644 index 0000000..1325a0b --- /dev/null +++ b/changelog.d/20240305_113936_moises.gonzalez_fix_dev_settings_rendering.md @@ -0,0 +1 @@ +- [Bugfix] add a missing curly braces in the openedx-lms-development-settings patch diff --git a/tutormfe/patches/openedx-lms-development-settings b/tutormfe/patches/openedx-lms-development-settings index 9c97b3d..2fcc22e 100644 --- a/tutormfe/patches/openedx-lms-development-settings +++ b/tutormfe/patches/openedx-lms-development-settings @@ -38,7 +38,7 @@ MFE_CONFIG["ACCOUNT_SETTINGS_URL"] = ACCOUNT_MICROFRONTEND_URL {% if get_mfe("course-authoring") %} MFE_CONFIG["ENABLE_NEW_EDITOR_PAGES"] = True MFE_CONFIG["ENABLE_PROGRESS_GRAPH_SETTINGS"] = True -MFE_CONFIG["COURSE_AUTHORING_MICROFRONTEND_URL"] = "http://{{ MFE_HOST }}:{{ get_mfe("course-authoring")["port"]/course-authoring" +MFE_CONFIG["COURSE_AUTHORING_MICROFRONTEND_URL"] = "http://{{ MFE_HOST }}:{{ get_mfe("course-authoring")["port"] }}/course-authoring" {% endif %} {% if get_mfe("discussions") %}