Show Courseware MFE link to course staff.
Show a link the courseware MFE to course staff if the ENABLE_COURSEWARE_MICROFRONTEND feature is enabled and the REDIRECT_TO_COURSEWARE_MICROFRONTEND CourseWaffleFlag is active for that course. Previously only global staff could see this link. This commit also adds ENABLE_COURSEWARE_MICROFRONTEND to lms/envs/common.py and makes this value True by default on devstack, since that front end application should soon be part of devstack: https://github.com/edx/devstack/pull/484 Related to TNL-6982 and TNL-7045.
This commit is contained in:
@@ -219,6 +219,9 @@ FEATURES['ENABLE_COSMETIC_DISPLAY_PRICE'] = True
|
||||
######################### Program Enrollments #####################
|
||||
FEATURES['ENABLE_ENROLLMENT_RESET'] = True
|
||||
|
||||
######################### New Courseware MFE #####################
|
||||
FEATURES['ENABLE_COURSEWARE_MICROFRONTEND'] = True
|
||||
|
||||
########################## Third Party Auth #######################
|
||||
|
||||
if FEATURES.get('ENABLE_THIRD_PARTY_AUTH') and 'third_party_auth.dummy.DummyBackend' not in AUTHENTICATION_BACKENDS:
|
||||
|
||||
Reference in New Issue
Block a user