overhangio / tutor-mfe

This plugin makes it possible to easily add micro frontend (MFE) applications on top of an Open edX platform that runs with Tutor.
GNU Affero General Public License v3.0
22 stars 95 forks source link

fix: convert variables that replace mfe .env into string #202

Closed felipemontoya closed 7 months ago

felipemontoya commented 7 months ago

This PR converts values from Boolean to String in the cases where the value replaces .env values used in MFEs.

It is one of the options for solving https://github.com/openedx/frontend-app-course-authoring/issues/835

felipemontoya commented 7 months ago

Given that https://github.com/openedx/frontend-app-course-authoring/pull/951 was merged with a different approach and it removed one of the keys I was modifiying in this PR, I think the best course of action for this PR is to close it. For the consistency of other flags we can open a distinct PR for each case.