-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
v3.1.9
Python version
3.9
Steps to Reproduce
- Create 15 racks (Rack1, Rack2, Rack3 ... Rack15)
- open Rack1
- click the 'next' button
Expected Behavior
Rack2 should be displayed
Observed Behavior
Rack10 is displayed.
The next button is sorting the racknames alphabetically.
The rack table sorts them properly taking the numeric fields into account. This sorting needs to be used in the 'next/previous' button logic

Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application