-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: 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.6.2
Python version
3.9
Steps to Reproduce
- Create a Device Role
- Create a Platform
- Under Devices/Platforms, open the platform's page.
- Select the Add Device button
Expected Behavior
- The Add a new device form has the Platform field pre-populated with the Platform that was created.
- The path in the URL bar reads /dcim/devices/add/?platform={new platform ID}.
Observed Behavior
- The Add a new device form has the Platform field pre-populated with the Role that was created.
- The path in the URL bar reads /dcim/devices/add/?platform={new role ID}.
Metadata
Metadata
Assignees
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: 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