Description
Deployment Type
Self-hosted
NetBox Version
v4.3.0
Python Version
3.12
Steps to Reproduce
- Create a new device
- Create a new inventory item (Add components -> Inventory items, add some name)
- On the device inventory item list, select the item you created and click "edit selected"
- Do any edit to the item data (for example, set the "description" field to "test")
- Click "Apply"
Expected Behavior
Edits are saved
Observed Behavior
An error pops up in the bottom right corner ("This field cannot be null.")
I believe this error happens because the "Device" field is for some reason not being populated on the bulk edit form by default. In addition to fixing the form to populate the field, it'd be nice if the error message would actually identify the field with the problem.