Releases: openedx/edx-enterprise
Releases · openedx/edx-enterprise
EnterpriseCourseEnrollmentSource for Enterprise Enrollments by URL
Set the EnterpriseCourseEnrollmentSource for Enterprise Enrollments by URL
Separate enterprise enrollments from all other enrollments in django admin
- Display enterprise course enrollments separate from non-enterprise course enrollments in the "Enterprise Customer Learner" Django admin form
Custom get function in EnterpriseCustomerUserManager
Custom get function in EnterpriseCustomerUserManager to enable multiple user enterprises
2.0.21
- Remove
success_url
validation for select enterprise page.
Added Source to Enterprise API Enrollments
Merge pull request #620 from edx/aj/ENT-2082_api [MICROBA-56] Added Source to the EnterpriseEnrollments for Enterprise APIs
Sorted results of enterprise-learner API by active flag
Sorted results of enterprise-learner API by active flag in descending order so active enterprises are on the top
Better handling when Integrated Channels return unexpected results
Better handling when Integrated Channels return unexpected results
Added Source to Enterprise CourseEnrollment and Pending Enrollments
Added Source to Enterprise CourseEnrollment and Pending Enrollments.
ENT-2463 | Fix race condition that can occur in EnterpriseCustomerUser enroll method
Try and protect against race condition EnterpriseCustomerUser.enroll() method during course enrollments.
Added missing migration for EnterpriseCustomerUser
Added missing migration for EnterpriseCustomerUser