[PR #4190] [CLOSED] Fixes #1830: Support assgin an existing device to a rack #12787

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/4190
Author: @kobayashi
Created: 2/18/2020
Status: Closed

Base: developHead: 1830-assign-device


📝 Commits (1)

  • 7245922 Fixes #1830: Support assgin an existing device to a rack

📊 Changes

9 files changed (+156 additions, -2 deletions)

View changed files

📝 docs/release-notes/version-2.7.md (+1 -0)
📝 netbox/dcim/forms.py (+7 -0)
📝 netbox/dcim/models/__init__.py (+3 -2)
📝 netbox/dcim/tables.py (+30 -0)
📝 netbox/dcim/urls.py (+1 -0)
📝 netbox/dcim/views.py (+47 -0)
netbox/templates/dcim/device_assign.html (+47 -0)
📝 netbox/templates/dcim/device_edit.html (+8 -0)
netbox/templates/dcim/inc/device_edit_header.html (+12 -0)

📄 Description

Fixes: #1830

Add "Assign Device" tab in the device create page if clicking "add device" button in rack view.
Screenshot from 2020-02-18 02-39-26


🔄 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/4190 **Author:** [@kobayashi](https://github.com/kobayashi) **Created:** 2/18/2020 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `1830-assign-device` --- ### 📝 Commits (1) - [`7245922`](https://github.com/netbox-community/netbox/commit/7245922ea7a85a724fb2896f0603567345c3383f) Fixes #1830: Support assgin an existing device to a rack ### 📊 Changes **9 files changed** (+156 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-2.7.md` (+1 -0) 📝 `netbox/dcim/forms.py` (+7 -0) 📝 `netbox/dcim/models/__init__.py` (+3 -2) 📝 `netbox/dcim/tables.py` (+30 -0) 📝 `netbox/dcim/urls.py` (+1 -0) 📝 `netbox/dcim/views.py` (+47 -0) ➕ `netbox/templates/dcim/device_assign.html` (+47 -0) 📝 `netbox/templates/dcim/device_edit.html` (+8 -0) ➕ `netbox/templates/dcim/inc/device_edit_header.html` (+12 -0) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be opened for approval prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. Please indicate the relevant feature request or bug report below. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ACCEPTED BUG REPORT OR FEATURE REQUEST, IT WILL BE MARKED AS INVALID AND CLOSED. --> ### Fixes: #1830 Add "Assign Device" tab in the device create page if clicking "add device" button in rack view. ![Screenshot from 2020-02-18 02-39-26](https://user-images.githubusercontent.com/8712070/74714124-ee007200-51f7-11ea-8579-4137da4e1f94.png) <!-- Please include a summary of the proposed changes below. --> --- <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:36 +01:00
adam closed this issue 2025-12-29 22:23:36 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12787