fix: remove a couple unused learning MFE serializer fields

Now that the frontend assumes there are no legacy courseware pages,
we can stop sending them info about it.
This commit is contained in:
Michael Terry
2022-04-19 09:24:56 -04:00
parent f416308a66
commit bc10f653dc
5 changed files with 0 additions and 8 deletions

View File

@@ -440,7 +440,6 @@ class CoursewareInformation(RetrieveAPIView):
* `"empty"`: no start date is specified
* pacing: Course pacing. Possible values: instructor, self
* user_timezone: User's chosen timezone setting (or null for browser default)
* can_load_course: Whether the user can view the course (AccessResponse object)
* user_has_passing_grade: Whether or not the effective user's grade is equal to or above the courses minimum
passing grade
* course_exit_page_is_active: Flag for the learning mfe on whether or not the course exit page should display