Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion common/lib/xmodule/xmodule/course_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,9 @@ class CourseFields(object):
"soon as certificates are generated, enter early_no_info."
),
scope=Scope.settings,
default="end"
# Appsembler: Defaulting to "early_with_info" rather than edX's "end" to match customers needs
# More info on: https://trello.com/c/bi7J0a4z
default="early_with_info",
)
course_image = String(
display_name=_("Course About Page Image"),
Expand Down