diff --git a/common/djangoapps/student/views/dashboard.py b/common/djangoapps/student/views/dashboard.py index d38a3c3c3407..994f2336eb51 100644 --- a/common/djangoapps/student/views/dashboard.py +++ b/common/djangoapps/student/views/dashboard.py @@ -790,6 +790,8 @@ def student_dashboard(request): # pylint: disable=too-many-statements context = { 'urls': urls, 'programs_data': programs_data, + 'enterprise_message': '', + 'enterprise_learner_portal_enabled_message': '', 'enrollment_message': enrollment_message, 'redirect_message': Text(redirect_message), 'account_activation_messages': account_activation_messages, diff --git a/lms/envs/common.py b/lms/envs/common.py index 3b7133836d9c..2b6bbdaf551a 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -3292,7 +3292,7 @@ def _should_send_certificate_events(settings): "pipeline": ["enterprise.filters.accounts.AccountSettingsReadOnlyFieldsStep"], }, "org.openedx.learning.dashboard.render.started.v1": { - "fail_silently": False, + "fail_silently": True, "pipeline": ["enterprise.filters.dashboard.DashboardContextEnricher"], }, }