We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa773f4 commit 39d8a31Copy full SHA for 39d8a31
2 files changed
openedx_authz/api/data.py
@@ -838,8 +838,8 @@ class OrgCourseOverviewGlobData(OrgGlobData):
838
839
NAMESPACE: ClassVar[str] = "course-v1"
840
ID_SEPARATOR: ClassVar[str] = "+"
841
-
842
+
843
class CCXCourseOverviewData(CourseOverviewData):
844
"""CCX course scope for authorization in the Open edX platform.
845
openedx_authz/constants/roles.py
@@ -181,7 +181,7 @@
181
COURSE_BETA_TESTER = RoleData(external_key="course_beta_tester", permissions=COURSE_BETA_TESTER_PERMISSIONS)
182
183
# This is a known LMS-only permission, but doesn't actually grant anything yet.
184
-#
+#
185
# It is intended to be handled in the Willow time frame.
186
CCX_COACH_PERMISSIONS = []
187
CCX_COACH = RoleData(external_key="ccx_coach", permissions=CCX_COACH_PERMISSIONS)
0 commit comments