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:
David Ormsbee
2019-12-05 15:14:26 -05:00
parent 009b96d4db
commit aaf4c46645
6 changed files with 16 additions and 3 deletions

View File

@@ -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,