Skip to content
Snippets Groups Projects
Unverified Commit cd7f88e1 authored by Dave St.Germain's avatar Dave St.Germain Committed by GitHub
Browse files

Merge pull request #23937 from edx/dcs/researcher-admin

Enable access role in django admin
parents 8193763e fedcf045
No related branches found
Tags release-2020-05-11-09.51
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment