Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
jeremystretch opened this issue Dec 14, 2021 · 0 comments
Closed
Assignees
Labels
status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application

Comments

@jeremystretch
Copy link
Member

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.

@jeremystretch jeremystretch added type: bug A confirmed report of unexpected behavior in the application status: accepted This issue has been accepted for implementation labels Dec 14, 2021
@jeremystretch jeremystretch self-assigned this Dec 14, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

No branches or pull requests

1 participant