diff --git a/common/djangoapps/student/roles.py b/common/djangoapps/student/roles.py index bbe702d81b168d6bc5969194429634d4a2f1fb44..9433022edf0c4722568fce7b7f95156dc757fd43 100644 --- a/common/djangoapps/student/roles.py +++ b/common/djangoapps/student/roles.py @@ -312,6 +312,7 @@ class CourseCcxCoachRole(CourseRole): super(CourseCcxCoachRole, self).__init__(self.ROLE, *args, **kwargs) +@register_access_role class CourseDataResearcherRole(CourseRole): """A Data Researcher""" ROLE = 'data_researcher'