Files
edx-platform/lms
Kyle McCormick 6d78f6aab2 fix: staff debug actions depended on legacy courseware URL (#26658)
The Staff Debug Actions didn't work in the Learning MFE
because the underlying JS depended on the URL being
formatted as /courses/<course_key>/... in order to
parse out the course key. This worked in the legacy
experience, but breaks in the chromeless xblock view,
which is rendered under the URL /xblock/<usage_key>/...

The fix is to explicitly pass the course key into the
templated courseware HTML as a data attribute.

TNL-7955
2021-02-22 15:14:31 -05:00
..
2021-02-02 12:52:24 +05:00
2021-01-06 08:15:35 -05:00
2021-02-02 12:52:24 +05:00
2021-02-02 12:52:24 +05:00

LMS (Learning Management System)
--------------------------------

This directory contains code relating to the student portal for edX.