Platforms list is not sorted anymore #22875
Replies: 1 comment 1 reply
|
For those who speak Django ORM: while for example the Device object results in |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
After the recent 4.6.2 and 4.6.7 upgrades I realized that the Platforms list is not alphabetically sorted anymore. It is not sorted by the object ID number either.
The same (dis)ordering can be seen in the Platform field of a VM.
The same effect is seen in three separate upgraded NetBox instances with different kind of data.
However, I was not able to reproduce this on a clean(er) NetBox 4.6.7 setup by just adding a few platforms to an otherwise empty platforms list.
Any ideas what's happening? I'm pretty sure that with 4.4.x and previous versions the list has always been alphabetically sorted.
I don't use parents with the platforms, but I see some relatively recent developments in the platforms related to parent functionality.
All reactions