-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Closed
Copy link
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.4.3
Python version
3.8
Steps to Reproduce
- Create a device with name "test" in a site (i.e. Site_A)
- Create a second device with same name in another site (i.e. Site_B)
- Create a simple bulk import :
device,name,serial
test,hard_disk,12345
- Submit via /dcim/inventory-items/import/
Expected Behavior
A warning toast notification should tell us that import line 1 has more than one "target".
Observed Behavior
When you load multiple lines, it's not telling you where the issue is.
Ideally, there should be a site field in the import options to ensure we target the right device.
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
