Skip to content

Draft: [BB-8930] set course authoring mfe url for base tenant

Description

The multi-tenant users face an issue wherein links to the course-authoring MFE in the base-site's studio are redirected to a micro-site's MFE (usually the first available config). This seems to affect only the studio experience, and not the LMS, where the MFE URL is decided based on the course's ORG.

This PR adds the COURSE_AUTHORING_MICROFRONTEND_URL to the base_tenant_configuration so that the user will be redirected to the MFE of the same site as the studio they are in.

Supporting information

Details of the issue reported by the client are available in the internal ticket: https://tasks.opencraft.com/browse/BB-8930

Testing instructions

Steps to test the changes:

  1. TBD

Dependencies

List the dependencies required for this change, if any. Do not forget to link grove-template merge request here if that's affected by this change.

Screenshots

If applicable, add screenshots to help explain your feature.

Checklist

If any of the items below is not applicable, do not remove them, but put a check in it.

  • Git commit history is clean
  • Git commits are following conventional-commit practices
  • Unit tests are added/updated
  • Documentation is added/updated

Additional context

Add any other context about the merge request here.

Merge request reports