Exception raised when uploading invalid device bay CSV #15067
Labels
severity: low
Does not significantly disrupt application functionality, or a workaround is available
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Deployment Type
Self-hosted
NetBox Version
v3.7.2
Python Version
3.8
Steps to Reproduce
/dcim/device-bays/import/
(from left menu: Devices > Device Bays > Upload)Case 1:
Case 2:
Expected Behavior
A meaningful error message. In the first case, something like "missing column
device
". In the second case, something like "device "blah-nonexistent" does not exist"Observed Behavior
A RelatedObjectDoesNotExist exception is raised.
The text was updated successfully, but these errors were encountered: