-
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
v2.11.3
Python version
3.8
Steps to Reproduce
- Add an inventory item, e.g. server0
- Create some more child elements to the previous element, e.g. cpu, ram, slot0, slot1
- Created new inventory items (item0, item1) for each of slot0 and slot1
Expected Behavior
Invetory view should display all inventory items sorted alphabetically starting from the top most item to the last child element adding correct indentation.
server0
-cpu
-ram
-slot0
--item0
--item1
-slot1
--item0
--item1
Observed Behavior
All items have correct indentation level but they are sorted alphabetically regardless of the structure
-cpu
--item0
--item0
--item1
--item1
-ram
server0
-slot0
-slot1
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