[PR #20770] [MERGED] Fixes: #20432 - Allow cablepaths with CircuitTerminations that have different parent Circuits #16044

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/20770
Author: @DanSheps
Created: 11/7/2025
Status: Merged
Merged: 11/15/2025
Merged by: @jnovinger

Base: mainHead: 20432-fixes-cabletrace-with-multiple-circuits


📝 Commits (1)

  • 0c16ddd Fixes: #20432 - Allow cablepaths with CircuitTerminations that have different parent Circuit's

📊 Changes

2 files changed (+133 additions, -20 deletions)

View changed files

📝 netbox/dcim/models/cables.py (+29 -20)
📝 netbox/dcim/tests/test_cablepaths.py (+104 -0)

📄 Description

Fixes: #20432 - Allow cablepaths with CircuitTerminations that have different parent Circuits

  • Alter Mid-span termination check
  • Alter handling of CircuitTerminations

🔄 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/20770 **Author:** [@DanSheps](https://github.com/DanSheps) **Created:** 11/7/2025 **Status:** ✅ Merged **Merged:** 11/15/2025 **Merged by:** [@jnovinger](https://github.com/jnovinger) **Base:** `main` ← **Head:** `20432-fixes-cabletrace-with-multiple-circuits` --- ### 📝 Commits (1) - [`0c16ddd`](https://github.com/netbox-community/netbox/commit/0c16ddd352cf0fb40116790c1b408d8cdb23b8c3) Fixes: #20432 - Allow cablepaths with CircuitTerminations that have different parent Circuit's ### 📊 Changes **2 files changed** (+133 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/models/cables.py` (+29 -20) 📝 `netbox/dcim/tests/test_cablepaths.py` (+104 -0) </details> ### 📄 Description Fixes: #20432 - Allow cablepaths with CircuitTerminations that have different parent Circuits * Alter Mid-span termination check * Alter handling of CircuitTerminations --- <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:25:29 +01:00
adam closed this issue 2025-12-30 00:25:29 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#16044