Add capability to override MANUAL_ENROLLMENT_ROLE_CHOICES from lms.env.json

This commit is contained in:
Josue Balandrano Coronel
2019-04-17 14:34:45 -05:00
parent 32edefb425
commit 13b4c452fa

View File

@@ -1117,3 +1117,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)