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:
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
{lms-domain}/admin/eox_tenant/tenantconfig/
In the lms config field add the course_org_filter property and save:
{lms-domain}/admin/organizations/organization/
, you should see the new organizations.Additional information
https://github.com/eduNEXT/eox-tenant/issues/165
Checklist for Merge