Ordering virtual machines list by name does not use naturalized value #5774

Closed
opened 2025-12-29 19:32:33 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Dec 14, 2021).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.1.1

Python version

3.8

Steps to Reproduce

  1. Create three virtual machines named vm1, vm2, and vm10
  2. Order the list of virtual machines by the name column

Expected Behavior

The VMs should be ordered vm1, vm2, vm10.

Observed Behavior

The VMs are ordered as vm1, vm10, vm2. This is because the plain name is being used for ordering rather than its naturalized value.

Originally created by @jeremystretch on GitHub (Dec 14, 2021). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.1.1 ### Python version 3.8 ### Steps to Reproduce 1. Create three virtual machines named vm1, vm2, and vm10 2. Order the list of virtual machines by the name column ### Expected Behavior The VMs should be ordered vm1, vm2, vm10. ### Observed Behavior The VMs are ordered as vm1, vm10, vm2. This is because the plain name is being used for ordering rather than its naturalized value.
adam added the type: bugstatus: accepted labels 2025-12-29 19:32:33 +01:00
adam closed this issue 2025-12-29 19:32:33 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#5774