Merge pull request #20266 from open-craft/josuebc/upstream/BB-1063

Add capability to override MANUAL_ENROLLMENT_ROLE_CHOICES
This commit is contained in:
David Ormsbee
2019-05-24 15:46:25 -04:00
committed by GitHub

View File

@@ -1124,3 +1124,7 @@ plugin_settings.add_plugins(__name__, plugin_constants.ProjectType.LMS, plugin_c
########################## Derive Any Derived Settings #######################
derive_settings(__name__)
######################### Overriding custom enrollment roles ###############
MANUAL_ENROLLMENT_ROLE_CHOICES = ENV_TOKENS.get('MANUAL_ENROLLMENT_ROLE_CHOICES', MANUAL_ENROLLMENT_ROLE_CHOICES)