Skip to content
Snippets Groups Projects
Commit dab77e7d authored by Calen Pennington's avatar Calen Pennington
Browse files

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

Switch to using staff group names that are only specified by org/course, rather than the full course_id
parent cac8e345
No related branches found
Tags release-2021-08-25-12.36
No related merge requests found
......@@ -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):
......
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