Exception when sorting dcim interface-connections by device_b #3112
Labels
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Environment
Steps to Reproduce
/dcim/interface-connections/
)/dcim/interface-connections/?sort=device_b
which raises an exception?sort=interface_b
and?sort=description_b
Expected Behavior
Render table of connections sorted by the given parameter
Observed Behavior
Raises 'django.core.exceptions.FieldError'
I note that the only Netbox file in that backtrace is
/opt/netbox/netbox/utilities/views.py
The text was updated successfully, but these errors were encountered: