Open jignaciopm opened 1 month ago
Please, review these changes related to my last comment here: https://github.com/eduNEXT/eox-tenant/commit/08b320f65f183bbbd4fcd06d011c5ce60be91f2c
@mariajgrimaldi about your comment https://github.com/eduNEXT/eox-tenant/pull/219#issuecomment-2391793411 Don't you think the name should be FilterOrgAwareLMSURLStudio instead of just OrgAwareLMSURLStudio? :thinking:
Description
This PR adds a custom filter pipeline to get LMS_ROOT_URL value for org from tenant site.
The idea is including some changes in openedx-filters and edx-platform repositories to anyone implement the filter function, and one clear example to use is this custom pipeline on eox-tenant plugin.
Dependencies:
Testing instructions
Install the plugin with the changes in openedx/edx-platform and openedx/openedx-filters branches. Use the Tutor instructions to install the eox-tenant django plugin with the changes in this branch.
Create a Tenant and import a certificate course (You need to create a tenant for Studio too). Go on to create sites: http://local.edly.io:8000/admin/eox_tenant/tenantconfig/
Add the following configurations to your configuration site and Studio tenant.
or too you can add settings in
/env/apps/openedx/settings/cms/development.py
Go to Settings-> Schedule & Details, click on the “Course Summary Page” link, which should direct you to the URL of the specific tenant
Verify that the link of the "Invite your students" button in the body refers to the URL of the specific tenant
Also check for a link to a course summary below the “course overview” text box.
Go to Content -> Files & uploads, verify the absolute links of any asset (In the Web button), which should lead to the URL of the specific tenant
Example Tenant Config
Additional information
Checklist for Merge