Skip to content

Fixes #19610: FieldError when sorting Tunnel Termination on tenant #19612

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jnovinger
Copy link
Member

Fixes: #19610

It turns out that the TunnelTermination model doesn't implement the tenancy "protocol", in that there are no foreign keys to a tenant or tenant group. It looks like TenancyColumnsMixin was added to TunnelTerminationTable by mistake in completing #9816.

It turns out that the TunnelTermination model doesn't implement the
tenancy "protocol", in that there are no foreign keys to a tenant or
tenant group. It looks like TenancyColumnsMixin was added to
TunnelTerminationTable by mistake in completing #9816.
@jnovinger jnovinger requested review from a team and arthanson and removed request for a team May 30, 2025 17:43
@jnovinger jnovinger marked this pull request as draft May 30, 2025 18:18
@jnovinger
Copy link
Member Author

@arthanson , I marked this as a draft until #19600 is merged, so that I can take an exception out of the test I added in this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FieldError in tunnel termination table when sorting on tenant/tenant_group
1 participant