Closed pdpinch closed 2 years ago
Here is the relevant code: https://github.com/mitodl/micromasters/blob/c2965d691a91616a6d2a0af7ae19ab0a08e1f169/static/js/components/dashboard/courses/StatusMessages.js#L318
Configuring the dev environment to duplicate these conditions is will take much longer than the code modification. In the interests of time, I think it's OK to merge this change and we will test it on RC.
@pdpinch After performing all the steps mentioned in the PR description, I found out that we have set up the environment variable MITXONLINE_BASE_URL
to https://courses-qa.mitxonline.mit.edu/
. But that should be set to https://rc.mitxonline.mit.edu/
and for the dashboard link, I have created the PR.
Steps to Reproduce
fulfilled
)Expected Behavior
Actual Behavior
If it requires a lot of effort (like, adding yet another setting) to make this link work, I suggest keeping things simple. Just remove the anchor tag and leave the text. This message was originally added to compensate for the fact that the prior link, to register for the course, was single use only. Since that's no longer the case, we don't really need this link any more.