Fix issues with retirement state population and unenrollment
- Prevent RetirementState state_execution_order collisions when updating - Add slash to end of unenroll API endpoint to match other retirement endpoints
This commit is contained in:
@@ -17,5 +17,5 @@ urlpatterns = [
|
||||
url(r'^enrollment$', EnrollmentListView.as_view(), name='courseenrollments'),
|
||||
url(r'^course/{course_key}$'.format(course_key=settings.COURSE_ID_PATTERN),
|
||||
EnrollmentCourseDetailView.as_view(), name='courseenrollmentdetails'),
|
||||
url(r'^unenroll$', UnenrollmentView.as_view(), name='unenrollment'),
|
||||
url(r'^unenroll/$', UnenrollmentView.as_view(), name='unenrollment'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user