Enable Admin View of CourseEnrollment Model
By enabling admin view CourseEnrollment model, admin or staff can view and update the enrollment mode for a specific user without manually updating on database. To enable it, follow the steps below:
-
Go to Open edX LMS admin.
-
Find
Waffle
and add switch (eg, https://edx.sibunglon.com/admin/waffle/switch/add/). -
For
name
add with valuestudent.courseenrollment_admin
and checked theActive
checkbox. -
Then you can check access courseenrollment model under student section (eg, https://edx.sibunglon.com/admin/student/courseenrollment/).