Skip to content

Commit

Permalink
Fix: Fix get_mfe() usage for learner-dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
arbrandes committed Dec 7, 2023
1 parent e899a07 commit 3190634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tutormfe/patches/openedx-lms-common-settings
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ FEATURES['ENABLE_AUTHN_MICROFRONTEND'] = True
{% endif %}
{% if get_mfe("communications") %}
FEATURES['ENABLE_NEW_BULK_EMAIL_EXPERIENCE'] = True
{% elif app_name == "learner-dashboard" %}
{% endif %}
{% if get_mfe("learner-dashboard") %}
LEARNER_HOME_MFE_REDIRECT_PERCENTAGE = 100
{% endif %}
1 change: 0 additions & 1 deletion tutormfe/patches/openedx-lms-development-settings
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ MFE_CONFIG["ACCOUNT_PROFILE_URL"] = "http://{{ MFE_HOST }}:{{ get_mfe("profile")

{% if get_mfe("communications") %}
COMMUNICATIONS_MICROFRONTEND_URL = "http://{{ MFE_HOST }}:{{ get_mfe("communications")["port"] }}/communications"
>>>>>>> master
MFE_CONFIG["SCHEDULE_EMAIL_SECTION"] = True
{% endif %}

Expand Down

0 comments on commit 3190634

Please sign in to comment.