You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a staff user, I would like to be able to set an enrollment for a given user even if related course run is closed for enrollment
Is your feature request related to a problem or unsupported use case? Please describe.
Currently, Enrollment creation/update is forbidden from the moment the course run is closed; On OpenEdX is it still possible to update an enrollment once the run is closed so it should be possible also from your side.
Describe the solution you'd like
Staff users should be able to create/update enrollment on closed runs. Regular users should still be blocked if they try to enroll to this kind of runs.
jbpenrath
changed the title
Authorize enrollment creation/update on archived course run for admin
Authorize enrollment creation/update on closed course runs for admin
Nov 13, 2024
jbpenrath
changed the title
Authorize enrollment creation/update on closed course runs for admin
Authorize enrollment creation/update by admin on closed course runs
Nov 13, 2024
It was forbid for an admin user to create/update an enrollment
on a closed course run. Now it is eligible. The logic has been
put into the serializers on the client API to preserve the old
logic in order to block enrollments on closed course runs.
Fix#962
It was forbid for an admin user to create/update an enrollment
on a closed course run. Now it is eligible. The logic has been
put into the serializers on the client API to preserve the old
logic in order to block enrollments on closed course runs.
Fix#962
It was forbid for an admin user to create/update an enrollment
on a closed course run. Now it is eligible. The logic has been
put into the serializers on the client API to preserve the old
logic in order to block enrollments on closed course runs.
Fix#962
Feature Request
Is your feature request related to a problem or unsupported use case? Please describe.
Currently, Enrollment creation/update is forbidden from the moment the course run is closed; On OpenEdX is it still possible to update an enrollment once the run is closed so it should be possible also from your side.
Describe the solution you'd like
Staff users should be able to create/update enrollment on closed runs. Regular users should still be blocked if they try to enroll to this kind of runs.
Discovery, Documentation, Adoption, Migration Strategy
The text was updated successfully, but these errors were encountered: