Closed
Description
Deployment Type
Self-hosted
NetBox Version
v3.7, 1, v4.0.5
Python Version
3.10
Steps to Reproduce
- Navigate to Circuits listing page
- Click on either Side A or Side Z to sort column alphabetically
- Observe that the Side A/Side Z columns are not sorted, but instead the provider column gets sorted alphabetically
See: https://demo.netbox.dev/circuits/circuits/?sort=termination_a.
At the time of creating this issue, I modified the termination_a of Circuit https://demo.netbox.dev/circuits/circuits/1/ to be DM-Akron
, then attempted to sort Side A alphabetically.
Notice that https://demo.netbox.dev/circuits/circuits/1/ is located in the middle of all the Side A terminations, I expect it to be at the top.
Expected Behavior
I expect that the column clicked on (to sort) is the one sorted alphabetically
Observed Behavior
The provider column was sorted alphabetically instead of the Side A/Side Z column that was clicked on.