Add capability to override MANUAL_ENROLLMENT_ROLE_CHOICES from lms.env.json
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user