You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/authz-module/courses/constants.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -400,6 +400,7 @@ export const rolesObject = [
400
400
userCount: 1,
401
401
name: 'Course Editor',
402
402
description: 'building and maintaining course content and supporting assets, without operational controls or high impact actions that can affect a live course.',
403
+
disable: true,
403
404
},
404
405
{
405
406
role: 'course_auditor',
@@ -417,6 +418,7 @@ export const rolesObject = [
417
418
userCount: 1,
418
419
name: 'Course Auditor',
419
420
description: ' QA, compliance review, content review, and general oversight, no changes in Studio.',
0 commit comments