Enable backend config for specific-student masquerading

This commit is contained in:
stvn
2020-06-22 13:57:34 -07:00
parent d4f1c271aa
commit 8758c32a9e

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: