-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Sort by MAC address crashes "interfaces" tab view... #18447
Labels
severity: medium
Results in substantial degraded or broken functionality for specfic workflows
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Comments
Also happens on VMInterface list view |
bctiemann
added a commit
that referenced
this issue
Jan 24, 2025
…ddress-sorting Fixes: #18447 - Fix sorting by `mac_address` field
bctiemann
pushed a commit
that referenced
this issue
Jan 28, 2025
* Disable sorting by `mac_address` for legacy `mac_address` field for Device and VM Interfaces * Ensure `primary_mac_address` field is included in field list for Device and VM Interfaces
bctiemann
pushed a commit
that referenced
this issue
Jan 29, 2025
* Disable sorting by `mac_address` for legacy `mac_address` field for Device and VM Interfaces * Ensure `primary_mac_address` field is included in field list for Device and VM Interfaces
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
severity: medium
Results in substantial degraded or broken functionality for specfic workflows
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Deployment Type
Self-hosted
NetBox Version
v4.2.2
Python Version
3.11
Steps to Reproduce
It's dead, you can not come back to ani "interfaces" tab anymore 👍
Expected Behavior
View "interfaces" tab like before MAC ADDRESS became an object.
Observed Behavior
Server Error
There was a problem with your request. Please contact an administrator.
The complete exception is provided below:
<class 'django.core.exceptions.FieldError'>
Cannot resolve keyword 'mac_address' into field. Choices are: _name, bookmarks, bridge, bridge_id, bridge_interfaces, child_interfaces, created, custom_field_data, description, enabled, fhrp_group_assignments, id, ip_addresses, journal_entries, l2vpn_terminations, last_updated, mac_addresses, mode, mtu, name, parent, parent_id, primary_mac_address, primary_mac_address_id, qinq_svlan, qinq_svlan_id, subscriptions, tagged_items, tagged_vlans, tags, tunnel_terminations, untagged_vlan, untagged_vlan_id, virtual_machine, virtual_machine_id, vlan_translation_policy, vlan_translation_policy_id, vrf, vrf_id
Python version: 3.11.2
NetBox version: 4.2.2
Plugins: None installed
If further assistance is required, please post to the NetBox discussion forum on GitHub.
Home Page
The text was updated successfully, but these errors were encountered: