[feat] Add has_scheduled_content to outline API

The outline API that the learning MFE needs to know if a course has
upcomming content for a new alert.
This commit is contained in:
Thomas Tracy
2021-07-02 10:20:28 -04:00
committed by Albert (AJ) St. Aubin
parent b8114ebc59
commit 986f52faab
3 changed files with 3 additions and 0 deletions

View File

@@ -105,6 +105,7 @@ def get_course_outline_block_tree(request, course_id, user=None, allow_start_dat
'effort_time',
'format',
'graded',
'has_scheduled_content',
'has_score',
'show_gated_sections',
'special_exam_info',