Skip to content
Snippets Groups Projects
Unverified Commit 2b0151ce authored by David Ormsbee's avatar David Ormsbee Committed by GitHub
Browse files

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

Add capability to override MANUAL_ENROLLMENT_ROLE_CHOICES
parents ddeb7c42 13b4c452
No related branches found
No related tags found
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment