-
Notifications
You must be signed in to change notification settings - Fork 4
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: create edx organization when updating course_org_filter DS-961
#209
Conversation
15409a0
to
4fa332a
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.
LGTM. Just a non-blocking question left to address. Thank you!
2b251ff
to
e8d4d86
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.
LGTM!
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.
Description
This PR adds the creation (if it does not exist) of an edX organization each time the
course_org_filter
property is updated in the LMS Configs of each Tenant Config.Testing instructions
Install the plugin with these changes (If you are installing it for the first time you should run the migrations).
Create a new Tenant Config from
{lms-domain}/admin/eox_tenant/tenantconfig/
In the lms config field add the course_org_filter property and save:
Go to
{lms-domain}/admin/organizations/organization/
, you should see the new organizations.Additional information
#165
Checklist for Merge