-
Notifications
You must be signed in to change notification settings - Fork 0
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
Backport of enhancements for invite only courses #4
Backport of enhancements for invite only courses #4
Conversation
72ab43a
to
6e74b8b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tecoholic, could we remove this line to run all tests in our fork? We could also upstream this, as it doesn't match the behavior from other repositories (and doesn't make much sense, TBH).
@Agrendalath I have removed the 'master' gate for the CI. But I think the dependencies are a little outdated. Erroring out at
So, I |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
- I tested this: I didn't test this, but the diff matches the upstream PR
- I read through the code
- I checked for accessibility issues: n/a
- Includes documentation: n/a
- I made sure any change in configuration variables is reflected in the corresponding client's
configuration-secure
repository: n/a
Description
This is the backport of the enhancements added to edx-enterprise in openedx#1748
Testing Instructions
Follow the testing instructions from openedx#1745 and openedx#1748 to test things in a local devstack with the following changes:
open-release/nutmeg.master
of the destack and setOPENEDX_RELEASE
envvar as well.enterprise-catalog
service and apply the following patch and recreate themcatalog_devstack_nutmeg.master.patch.txt
Expected outcome
The errors seen for invite only course enrollments via the manage learner page shouldn't happen anymore and enrollments should go through.