Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Route with PUBLIC_PATH #375

Merged
merged 1 commit into from
Dec 15, 2023
Merged

Conversation

arbrandes
Copy link
Contributor

@arbrandes arbrandes commented Dec 8, 2023

Prior to this change, the MFE would fail to render with any PUBLIC_PATH set. Because that is now handled entirely by frontend-platform, we can avoid referring to PUBLIC_PATH at all.

Developer Checklist

  • Test suites passing
  • Approving review

Testing Instructions

Using Tutor nightly in dev mode, without this patch the gradebook only shows a blank page. With it, it actually renders.

Prior to this change, the MFE would fail to render with any PUBLIC_PATH
set.  Because that is now handled entirely by `frontend-platform`, we
can avoid referring to PUBLIC_PATH entirely, here.
Copy link

codecov bot commented Dec 8, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a4eff69) 94.98% compared to head (cb65877) 94.98%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #375      +/-   ##
==========================================
- Coverage   94.98%   94.98%   -0.01%     
==========================================
  Files         140      140              
  Lines        1357     1356       -1     
  Branches      264      264              
==========================================
- Hits         1289     1288       -1     
  Misses         60       60              
  Partials        8        8              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@arbrandes
Copy link
Contributor Author

This has been both explicitly and implicitly reviewed in Quince, so I'm taking the liberty of merging it in master as well.

@arbrandes arbrandes merged commit 7884761 into openedx:master Dec 15, 2023
7 checks passed
@arbrandes arbrandes deleted the fix-route branch December 15, 2023 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant