feat: degreed2 integrated channels (#29183)

* feat: degreed2 integrated channels

ENT-2789

* feat:  New integrated channel via edx-enterprise

* fix: pull in edx-enterprise 3.33.1

fixes db_overrides check failure by renaming field `key` to `client_id`
This commit is contained in:
Binod Pant
2021-11-01 21:18:59 -04:00
committed by GitHub
parent 9c1fc4cbba
commit 60da5db4b6
6 changed files with 6 additions and 4 deletions

View File

@@ -1811,6 +1811,7 @@ OPTIONAL_APPS = (
('consent', None),
('integrated_channels.integrated_channel', None),
('integrated_channels.degreed', None),
('integrated_channels.degreed2', None),
('integrated_channels.sap_success_factors', None),
('integrated_channels.xapi', None),
('integrated_channels.cornerstone', None),