AA-6: Adds in dates tab and dates dashboard view to courseware

This commit is contained in:
Jeff LaJoie
2020-01-23 14:13:25 -05:00
parent e04a10f62c
commit fa3b1cd835
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']