fix: hardcoded course mode checkboxes - #192
Conversation
|
Thanks for the pull request, @dyudyunov! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## open-release/quince.master #192 +/- ##
=============================================================
Coverage ? 83.23%
=============================================================
Files ? 47
Lines ? 692
Branches ? 135
=============================================================
Hits ? 576
Misses ? 116
Partials ? 0 ☔ View full report in Codecov by Sentry. |
|
@dyudyunov 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
This is a backport of #191
The Communication MFE has course mode checkboxes hardcoded, so a user can select any of them even if the course has no such mode.


As a result - they will get an error when trying to send emails to learners of the track (course mode) that doesn't exist.
The goal here is to provide course mode checkboxes for real course modes only.