Merge PR #24703 add/masquerade/as-specific-student-enable
* Commits: Enable backend config for specific-student masquerading
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user