Skip to content

Commit

Permalink
Learner view changes
Browse files Browse the repository at this point in the history
  • Loading branch information
manojp3 committed Sep 2, 2024
1 parent fd0bc6b commit 184df82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lms/djangoapps/courseware/masquerade.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def get(self, request, course_key_string):
'group_id': course.group_id,
'role': course.role,
'user_name': course.user_name or None,
'user_email': User.objects.get(username=course.user_name).email if course.user_name else '',
'user_partition_id': course.user_partition_id,
},
'available': [
Expand Down

0 comments on commit 184df82

Please sign in to comment.