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

* Commits:
  Enable backend config for specific-student masquerading
This commit is contained in:
stvn
2020-08-06 13:58:23 -07:00

View File

@@ -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: