Commit dab77e7d by Calen Pennington

Switch to using staff group names that are only specified by org/course, rather…

Switch to using staff group names that are only specified by org/course, rather than the full course_id
parent cac8e345
......@@ -325,7 +325,7 @@ def _course_staff_group_name(location):
if _does_course_group_name_exist(legacy_name):
return legacy_name
return 'staff_%s' % loc.course_id
return 'staff_%s/%s' % (loc.org, loc.course)
def _course_instructor_group_name(location):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment