You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sidebar opens with details of course and run start date.
Actual Behavior
Blank sidebar.
Related Issues
This is because the current code is determining if a run is published or not by looking for a {"page" : {"url": :<value>}} element in the API response. But that no longer exists, there is now only one such element at the course level. This is being fixed for mit-open but not here yet.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
manage.py backpopulate_mitxonline_data
Expected Behavior
Sidebar opens with details of course and run start date.
Actual Behavior
Blank sidebar.
Related Issues
This is because the current code is determining if a run is published or not by looking for a
{"page" : {"url": :<value>}}
element in the API response. But that no longer exists, there is now only one such element at the course level. This is being fixed for mit-open but not here yet.The text was updated successfully, but these errors were encountered: