-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Copy link
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Milestone
Description
Deployment Type
Self-hosted
NetBox Version
v4.3.1
Python Version
3.10
Steps to Reproduce
- Navigate to
/vpn/tunnel-terminations/ - Click the 'Configure Table' button
- Select 'Tenant' and 'Tenant Group' from available columns in to selected columns
- Click the 'Save' button
- 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 availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application