[PR #17627] [MERGED] 16783 Add status field to InventoryItem #15147

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17627
Author: @arthanson
Created: 9/26/2024
Status: Merged
Merged: 10/1/2024
Merged by: @jeremystretch

Base: featureHead: 16783-status-inventory-items


📝 Commits (4)

📊 Changes

14 files changed (+107 additions, -19 deletions)

View changed files

📝 docs/models/dcim/inventoryitem.md (+4 -0)
📝 netbox/dcim/api/serializers_/device_components.py (+2 -1)
📝 netbox/dcim/choices.py (+24 -0)
📝 netbox/dcim/filtersets.py (+5 -1)
📝 netbox/dcim/forms/bulk_edit.py (+7 -1)
📝 netbox/dcim/forms/bulk_import.py (+6 -1)
📝 netbox/dcim/forms/filtersets.py (+5 -1)
📝 netbox/dcim/forms/model_forms.py (+2 -2)
netbox/dcim/migrations/0191_inventoryitem_status.py (+18 -0)
📝 netbox/dcim/models/device_components.py (+10 -1)
📝 netbox/dcim/tables/devices.py (+7 -4)
📝 netbox/dcim/tests/test_filtersets.py (+7 -3)
📝 netbox/dcim/tests/test_views.py (+6 -4)
📝 netbox/templates/dcim/inventoryitem.html (+4 -0)

📄 Description

Fixes: #16783


🔄 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/17627 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 9/26/2024 **Status:** ✅ Merged **Merged:** 10/1/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `16783-status-inventory-items` --- ### 📝 Commits (4) - [`741e9a8`](https://github.com/netbox-community/netbox/commit/741e9a82a1e7f1b7cf5aea33f34210144dea14bf) 16783 Add status field to InventoryItem - [`c3deb65`](https://github.com/netbox-community/netbox/commit/c3deb6508f1c0172a275c906781ab24da53aee54) 16783 fix tests - [`8502d17`](https://github.com/netbox-community/netbox/commit/8502d179f3f0077db6a57d07d00b6b926a18ea2f) 16783 fix tests - [`84d0d0b`](https://github.com/netbox-community/netbox/commit/84d0d0bd785779af3e6b7957c74448111ee8e2dc) 16783 review changes ### 📊 Changes **14 files changed** (+107 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `docs/models/dcim/inventoryitem.md` (+4 -0) 📝 `netbox/dcim/api/serializers_/device_components.py` (+2 -1) 📝 `netbox/dcim/choices.py` (+24 -0) 📝 `netbox/dcim/filtersets.py` (+5 -1) 📝 `netbox/dcim/forms/bulk_edit.py` (+7 -1) 📝 `netbox/dcim/forms/bulk_import.py` (+6 -1) 📝 `netbox/dcim/forms/filtersets.py` (+5 -1) 📝 `netbox/dcim/forms/model_forms.py` (+2 -2) ➕ `netbox/dcim/migrations/0191_inventoryitem_status.py` (+18 -0) 📝 `netbox/dcim/models/device_components.py` (+10 -1) 📝 `netbox/dcim/tables/devices.py` (+7 -4) 📝 `netbox/dcim/tests/test_filtersets.py` (+7 -3) 📝 `netbox/dcim/tests/test_views.py` (+6 -4) 📝 `netbox/templates/dcim/inventoryitem.html` (+4 -0) </details> ### 📄 Description ### Fixes: #16783 --- <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:20:16 +01:00
adam closed this issue 2025-12-30 00:20:16 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15147