[PR #4450] [CLOSED] Changes for JIRA-3333 #12846

Closed
opened 2025-12-29 22:23:56 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/4450
Author: @nmereddi
Created: 4/3/2020
Status: Closed

Base: developHead: JIRA-3333


📝 Commits (1)

📊 Changes

22 files changed (+1373 additions, -188 deletions)

View changed files

📝 netbox/dcim/api/nested_serializers.py (+12 -1)
📝 netbox/dcim/api/serializers.py (+34 -4)
📝 netbox/dcim/api/urls.py (+6 -0)
📝 netbox/dcim/api/views.py (+29 -3)
📝 netbox/dcim/filters.py (+67 -10)
📝 netbox/dcim/forms.py (+153 -28)
netbox/dcim/migrations/0100_auto_20200327_0158.py (+66 -0)
netbox/dcim/migrations/0101_auto_20200331_1943.py (+44 -0)
netbox/dcim/migrations/0102_auto_20200401_1850.py (+19 -0)
📝 netbox/dcim/models/__init__.py (+90 -0)
📝 netbox/dcim/models/device_components.py (+27 -12)
📝 netbox/dcim/tables.py (+68 -1)
📝 netbox/dcim/tests/test_api.py (+262 -14)
📝 netbox/dcim/tests/test_filters.py (+229 -102)
📝 netbox/dcim/tests/test_views.py (+0 -3)
📝 netbox/dcim/urls.py (+25 -1)
📝 netbox/dcim/views.py (+110 -7)
📝 netbox/templates/dcim/inc/inventoryitem.html (+1 -1)
netbox/templates/dcim/inventoryitemtype.html (+89 -0)
netbox/templates/dcim/inventoryitemtype_edit.html (+22 -0)

...and 2 more files

📄 Description

Fixes: 3333

This PR incorporates changes as per the design discussions pertaining to JIRA-3333.


🔄 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/4450 **Author:** [@nmereddi](https://github.com/nmereddi) **Created:** 4/3/2020 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `JIRA-3333` --- ### 📝 Commits (1) - [`80943c7`](https://github.com/netbox-community/netbox/commit/80943c7ab9e07570be44d5e384917ddc9e04c4e1) Changes for JIRA-3333 ### 📊 Changes **22 files changed** (+1373 additions, -188 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/api/nested_serializers.py` (+12 -1) 📝 `netbox/dcim/api/serializers.py` (+34 -4) 📝 `netbox/dcim/api/urls.py` (+6 -0) 📝 `netbox/dcim/api/views.py` (+29 -3) 📝 `netbox/dcim/filters.py` (+67 -10) 📝 `netbox/dcim/forms.py` (+153 -28) ➕ `netbox/dcim/migrations/0100_auto_20200327_0158.py` (+66 -0) ➕ `netbox/dcim/migrations/0101_auto_20200331_1943.py` (+44 -0) ➕ `netbox/dcim/migrations/0102_auto_20200401_1850.py` (+19 -0) 📝 `netbox/dcim/models/__init__.py` (+90 -0) 📝 `netbox/dcim/models/device_components.py` (+27 -12) 📝 `netbox/dcim/tables.py` (+68 -1) 📝 `netbox/dcim/tests/test_api.py` (+262 -14) 📝 `netbox/dcim/tests/test_filters.py` (+229 -102) 📝 `netbox/dcim/tests/test_views.py` (+0 -3) 📝 `netbox/dcim/urls.py` (+25 -1) 📝 `netbox/dcim/views.py` (+110 -7) 📝 `netbox/templates/dcim/inc/inventoryitem.html` (+1 -1) ➕ `netbox/templates/dcim/inventoryitemtype.html` (+89 -0) ➕ `netbox/templates/dcim/inventoryitemtype_edit.html` (+22 -0) _...and 2 more files_ </details> ### 📄 Description ### Fixes: 3333 This PR incorporates changes as per the design discussions pertaining to JIRA-3333. --- <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-29 22:23:56 +01:00
adam closed this issue 2025-12-29 22:23:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12846