Inventory Item Bulk Add requires field "status" #11068

Closed
opened 2025-12-29 21:39:49 +01:00 by adam · 0 comments
Owner

Originally created by @severgun on GitHub (Apr 23, 2025).

Originally assigned to: @jeremystretch on GitHub.

Deployment Type

Self-hosted

NetBox Version

v4.2.8

Python Version

3.12

Steps to Reproduce

  1. select multiple devices
  2. press add inventory item
  3. fill required field "name"
  4. apply
  5. fail because "status" field is mandatory and missing.

Expected Behavior

Inventory items should be added with Active status by default or editable field should be available at UI form

Observed Behavior

<class 'ValueError'>
'InventoryItemBulkCreateForm' has no field named 'status'.

Originally created by @severgun on GitHub (Apr 23, 2025). Originally assigned to: @jeremystretch on GitHub. ### Deployment Type Self-hosted ### NetBox Version v4.2.8 ### Python Version 3.12 ### Steps to Reproduce 1. select multiple devices 2. press add inventory item 3. fill required field "name" 4. apply 5. fail because "status" field is mandatory and missing. ### Expected Behavior Inventory items should be added with Active status by default or editable field should be available at UI form ### Observed Behavior <class 'ValueError'> 'InventoryItemBulkCreateForm' has no field named 'status'.
adam added the type: bugstatus: acceptedseverity: low labels 2025-12-29 21:39:49 +01:00
adam closed this issue 2025-12-29 21:39:50 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11068