Skip to content
Snippets Groups Projects
Commit 652f07a3 authored by stvn's avatar stvn
Browse files

Merge PR #24703 add/masquerade/as-specific-student-enable

* Commits:
  Enable backend config for specific-student masquerading
parents b0e45174 8758c32a
No related branches found
No related tags found
No related merge requests found
......@@ -132,6 +132,11 @@ class MasqueradeView(View):
'name': 'Learner',
'role': 'student',
},
{
'name': 'Specific Student...',
'role': 'student',
'user_name': course.user_name or '',
},
],
}
for partition in partitions:
......
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