edx-platform
edx-platform copied to clipboard
fix: typo in the "from allowed to enroll to unenrolled" transition state
Description
This fixes the typo in the ManualEnrollmentAudit.state_transition.
Testing instructions
- Go to the Instructor Dashboard -> Membership.
- Enroll and then unenroll
[email protected]in the course. - Go to the Django shell and run
from common.djangoapps.student.models import ManualEnrollmentAudit; ManualEnrollmentAudit.objects.last().state_transition.endswith('unenrolled'). It should returnTrue.
Deadline
"None"
Other information
Private-ref: TBD