Merge pull request #22990 from edx/jlajoie/AA-6

AA-6: Adds in Dates tab for Course Overview
This commit is contained in:
Jeff LaJoie
2020-02-25 11:13:05 -05:00
committed by GitHub
13 changed files with 383 additions and 6 deletions

View File

@@ -65,7 +65,7 @@ class CourseOverviewTestCase(CatalogIntegrationMixin, ModuleStoreTestCase, Cache
None: None,
}
COURSE_OVERVIEW_TABS = {'courseware', 'info', 'textbooks', 'discussion', 'wiki', 'progress'}
COURSE_OVERVIEW_TABS = {'courseware', 'info', 'textbooks', 'discussion', 'wiki', 'progress', 'dates'}
ENABLED_SIGNALS = ['course_deleted', 'course_published']