From ec438cdd28c8ae16878a449484f8f62c9e17c1af Mon Sep 17 00:00:00 2001 From: binodpant Date: Mon, 5 Oct 2020 11:54:41 -0400 Subject: [PATCH] add missing app blackboard --- cms/envs/common.py | 1 + lms/envs/common.py | 1 + 2 files changed, 2 insertions(+) diff --git a/cms/envs/common.py b/cms/envs/common.py index 21f6d0ddad..3e91dfbaf3 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -1662,6 +1662,7 @@ OPTIONAL_APPS = ( ('integrated_channels.sap_success_factors', None), ('integrated_channels.xapi', None), ('integrated_channels.cornerstone', None), + ('integrated_channels.blackboard', None), ('integrated_channels.canvas', None), ('integrated_channels.moodle', None), ) diff --git a/lms/envs/common.py b/lms/envs/common.py index f07f54855a..977bd77bce 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -3348,6 +3348,7 @@ OPTIONAL_APPS = [ ('integrated_channels.sap_success_factors', None), ('integrated_channels.cornerstone', None), ('integrated_channels.xapi', None), + ('integrated_channels.blackboard', None), ('integrated_channels.canvas', None), ('integrated_channels.moodle', None),