[PR #12551] [MERGED] Fixes #10686 - Import cables using VC master device #14007

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/12551
Author: @DanSheps
Created: 5/10/2023
Status: Merged
Merged: 5/12/2023
Merged by: @jeremystretch

Base: developHead: 10686-fix-csv-upload-for-vc-interfaces


📝 Commits (2)

  • 913abd2 Allow importing cables against master device for subordinate device interfaces
  • 7028f14 Add tests

📊 Changes

2 files changed (+16 additions, -1 deletions)

View changed files

📝 netbox/dcim/forms/bulk_import.py (+5 -1)
📝 netbox/dcim/tests/test_views.py (+11 -0)

📄 Description

Fixes: #10686

Allow importing cables using the master device as a target for the interface device


🔄 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/12551 **Author:** [@DanSheps](https://github.com/DanSheps) **Created:** 5/10/2023 **Status:** ✅ Merged **Merged:** 5/12/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `10686-fix-csv-upload-for-vc-interfaces` --- ### 📝 Commits (2) - [`913abd2`](https://github.com/netbox-community/netbox/commit/913abd2413eaa7579de218f31dff6d561c3e32b3) Allow importing cables against master device for subordinate device interfaces - [`7028f14`](https://github.com/netbox-community/netbox/commit/7028f14bb72a9cff2f233cfd2259849fba3556d4) Add tests ### 📊 Changes **2 files changed** (+16 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/forms/bulk_import.py` (+5 -1) 📝 `netbox/dcim/tests/test_views.py` (+11 -0) </details> ### 📄 Description ### Fixes: #10686 Allow importing cables using the master device as a target for the interface device --- <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 23:22:01 +01:00
adam closed this issue 2025-12-29 23:22:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14007