tenants (in circuits list) sorted incorrectly #5308

Closed
opened 2025-12-29 19:26:30 +01:00 by adam · 2 comments
Owner

Originally created by @opericgithub on GitHub (Sep 3, 2021).

NetBox version

v3.0b

Python version

3.7

Steps to Reproduce

open circuits list.
sort it by tenants.

Expected Behavior

tenants (in circuits list) should be sorted alphabeticaly.

Observed Behavior

tenants (in circuits list) should be sorted alphabeticaly. instead, they are sorted first by tenant group, then alphabeticaly.
for example, I have tenant group "1" with tenants X, Y, Z, and tenant group "2" with tenants A, B and C.
in circuits list they are sorted as X, Y, Z, A, B, C, instead of A, B, C, X, Y, Z.

Originally created by @opericgithub on GitHub (Sep 3, 2021). ### NetBox version v3.0b ### Python version 3.7 ### Steps to Reproduce open circuits list. sort it by tenants. ### Expected Behavior tenants (in circuits list) should be sorted alphabeticaly. ### Observed Behavior tenants (in circuits list) should be sorted alphabeticaly. instead, they are sorted first by tenant group, then alphabeticaly. for example, I have tenant group "1" with tenants X, Y, Z, and tenant group "2" with tenants A, B and C. in circuits list they are sorted as X, Y, Z, A, B, C, instead of A, B, C, X, Y, Z.
adam added the status: duplicate label 2025-12-29 19:26:30 +01:00
adam closed this issue 2025-12-29 19:26:30 +01:00
Author
Owner

@DanSheps commented on GitHub (Sep 3, 2021):

This is consistent with the rest of the GUI. Marking this as a feature, not a bug and it will be under review until we get more feedback.

@DanSheps commented on GitHub (Sep 3, 2021): This is consistent with the rest of the GUI. Marking this as a feature, not a bug and it will be under review until we get more feedback.
Author
Owner

@jeremystretch commented on GitHub (Sep 3, 2021):

This was already raised in #6988.

@jeremystretch commented on GitHub (Sep 3, 2021): This was already raised in #6988.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#5308