diff --git a/common/djangoapps/student/roles.py b/common/djangoapps/student/roles.py index bbe702d81b..9433022edf 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'