feat: make case sensitive name org field - #262
Merged
Merged
Conversation
johanseto
force-pushed
the
jlc/case-sensitive-orgs
branch
from
June 23, 2026 20:28
0b34c8d to
89b7b48
Compare
andrey-canon
approved these changes
Jun 23, 2026
andrey-canon
left a comment
Contributor
There was a problem hiding this comment.
LGTM! Please open the corresponding PR to include this in the main branch.
When you create it, could you please provide a bit more detail in the description? Right now, I'm personally aware of the context and know what the issue is about, but the current description doesn't completely explain why this change is necessary and under which specific cases the failures occur. It would be great to have that documented for future reference.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR helps to create multiple organizations based on the course_org_filter sensitive. Also sometimes the org is not found if only once organizations was created. Then if a user creates courses with an org with different org, the tenant org course not be loaded by the override of get_all_orgs managed by tenant_wise proxy.
eg:
https://github.com/openedx/openedx-platform/blob/release/teak/openedx/core/djangoapps/site_configuration/models.py#L141
because the get_all_org, only return in one case.
eox-tenant/eox_tenant/tenant_wise/proxies.py
Line 109 in aca527b
Test
Migrate
Before
After
Jira story: