We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08f672b + 7bcf9f8 commit 86ef4cdCopy full SHA for 86ef4cd
2 files changed
openedx/core/djangoapps/catalog/utils.py
@@ -93,7 +93,7 @@ def check_catalog_integration_and_get_user(error_message_field):
93
return None, catalog_integration
94
return user, catalog_integration
95
else:
96
- logger.error(
+ logger.info(
97
"Unable to retrieve details about {field} because Catalog Integration is not enabled".format(
98
field=error_message_field,
99
)
openedx/core/djangoapps/models/course_details.py
@@ -20,7 +20,6 @@
20
# handled separately; its value maps to an alternate key name.
21
ABOUT_ATTRIBUTES = [
22
'syllabus',
23
- 'title',
24
'subtitle',
25
'duration',
26
'description',
0 commit comments