Merge pull request #22079 from edx/mikix/show-display-name

Show Display Name advanced field again
This commit is contained in:
Michael Terry
2019-10-18 11:14:27 -04:00
committed by GitHub

View File

@@ -334,7 +334,6 @@ class CourseFields(object):
default="Empty",
display_name=_("Course Display Name"),
scope=Scope.settings,
hide_on_enabled_publisher=True
)
course_edit_method = String(
display_name=_("Course Editor"),