Add ENABLE_COURSEWARE_SEARCH_FOR_COURSE_STAFF flag
Add an LMS feature flag to enable courseware search for course staff only. TNL-6931
This commit is contained in:
@@ -34,6 +34,7 @@ JWT_AUTH.update({
|
||||
FEATURES.update({
|
||||
'AUTOMATIC_AUTH_FOR_TESTING': True,
|
||||
'ENABLE_COURSEWARE_SEARCH': False,
|
||||
'ENABLE_COURSEWARE_SEARCH_FOR_COURSE_STAFF': True,
|
||||
'ENABLE_COURSE_DISCOVERY': False,
|
||||
'ENABLE_DASHBOARD_SEARCH': False,
|
||||
'ENABLE_DISCUSSION_SERVICE': True,
|
||||
|
||||
Reference in New Issue
Block a user