Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: handle enrollments for "Invite Only" courses #1748

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 8, 2023

  1. feat: create CourseEnrollmentAllowed entries for pending enrollments

    When creating pending enrollments for non-existant users, we also check
    to see if the course is "invite_only". If the course is invite only,
    then we create corresponding CourseEnrollmentAllowed objects. This fixes
    the issue when the enterprise creates pending enrollment, but the user
    cannot enroll to the course as platform rejects the enrollment request
    due to missing CEA for the user.
    tecoholic committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    2d8c2d4 View commit details
    Browse the repository at this point in the history