[PR #19283] [MERGED] Fixes #19279: Fix missing status field for inventory item bulk creation #15592

Closed
opened 2025-12-30 00:22:54 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/19283
Author: @jeremystretch
Created: 4/23/2025
Status: Merged
Merged: 4/23/2025
Merged by: @arthanson

Base: mainHead: 19279-fix-bulk-add-inventoryitem


📝 Commits (1)

  • b0d71f1 Fixes #19279: Fix missing status field for inventory item bulk creation

📊 Changes

2 files changed (+3 additions, -2 deletions)

View changed files

📝 netbox/dcim/forms/bulk_create.py (+2 -2)
📝 netbox/utilities/forms/utils.py (+1 -0)

📄 Description

Fixes: #19279

  • Add missing status field to InventoryItemBulkCreateForm
  • Set widget required attribute within form_from_model()

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/19283 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 4/23/2025 **Status:** ✅ Merged **Merged:** 4/23/2025 **Merged by:** [@arthanson](https://github.com/arthanson) **Base:** `main` ← **Head:** `19279-fix-bulk-add-inventoryitem` --- ### 📝 Commits (1) - [`b0d71f1`](https://github.com/netbox-community/netbox/commit/b0d71f1a57cd15b8d6e1470513f2338170887b69) Fixes #19279: Fix missing status field for inventory item bulk creation ### 📊 Changes **2 files changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/forms/bulk_create.py` (+2 -2) 📝 `netbox/utilities/forms/utils.py` (+1 -0) </details> ### 📄 Description ### Fixes: #19279 - Add missing `status` field to InventoryItemBulkCreateForm - Set widget `required` attribute within `form_from_model()` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 00:22:54 +01:00
adam closed this issue 2025-12-30 00:22:54 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15592