Skip to content

FieldError in tunnel termination table when sorting on tenant/tenant_group #19610

@jnovinger

Description

@jnovinger

Deployment Type

Self-hosted

NetBox Version

v4.3.1

Python Version

3.10

Steps to Reproduce

  1. Navigate to /vpn/tunnel-terminations/
  2. Click the 'Configure Table' button
  3. Select 'Tenant' and 'Tenant Group' from available columns in to selected columns
  4. Click the 'Save' button
  5. Click on either the 'Tenant' or 'Tenant Group' column

Expected Behavior

The 'Tenant' and 'Tenant Group' columns should be orderable, like they are for other model tables.

Observed Behavior

FieldError at /vpn/tunnel-terminations

Cannot resolve keyword 'tenant' into field. Choices are: created, custom_field_data, id, interface, last_updated, outside_ip, outside_ip_id, role, tagged_items, tags, termination, termination_id, termination_type, termination_type_id, tunnel, tunnel_id, vminterface

Notes

Discovered while working on fixing #19487.

Metadata

Metadata

Assignees

Labels

severity: lowDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the application

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions