From b02457dc18aad02a22d50eb5eb71dbe55919b897 Mon Sep 17 00:00:00 2001 From: Omar Al-Ithawi Date: Thu, 16 May 2019 18:21:59 +0300 Subject: [PATCH] Tahoe: Use early_with_info as default certs display behaviour --- common/lib/xmodule/xmodule/course_module.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/course_module.py b/common/lib/xmodule/xmodule/course_module.py index c79007241b18..f0b959f2b272 100644 --- a/common/lib/xmodule/xmodule/course_module.py +++ b/common/lib/xmodule/xmodule/course_module.py @@ -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"),