[PR #14029] [MERGED] Fixes: #14023 - Fixes bulk disconnecting with multiple components attached to the same cable #14297

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

📋 Pull Request Information

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

Base: developHead: 14023-fix-cable-deletion


📝 Commits (6)

  • a677429 Fixes: #14023 - Fixes bulk disconnecting with multiple components attached to the same cable
  • e93d237 Update netbox/dcim/views.py
  • 6e492f1 Update netbox/dcim/views.py
  • e9cd1f6 Update netbox/dcim/views.py
  • 2241559 Code cleanup & i18n fix
  • 1331342 Restore original termination count logic

📊 Changes

1 file changed (+10 additions, -8 deletions)

View changed files

📝 netbox/dcim/views.py (+10 -8)

📄 Description

Fixes: #14023 - Fixes bulk disconnecting with multiple components attached to the same cable

  • Change code to generate a list of cable ID's to then process for deletion.

🔄 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/14029 **Author:** [@DanSheps](https://github.com/DanSheps) **Created:** 10/12/2023 **Status:** ✅ Merged **Merged:** 10/13/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `14023-fix-cable-deletion` --- ### 📝 Commits (6) - [`a677429`](https://github.com/netbox-community/netbox/commit/a6774298233531626e318626f4b9086ebfd8b233) Fixes: #14023 - Fixes bulk disconnecting with multiple components attached to the same cable - [`e93d237`](https://github.com/netbox-community/netbox/commit/e93d2371470de0814536dd8d109a587df652b230) Update netbox/dcim/views.py - [`6e492f1`](https://github.com/netbox-community/netbox/commit/6e492f18b5b737cfc46340b6fe4ce05c7bb2b483) Update netbox/dcim/views.py - [`e9cd1f6`](https://github.com/netbox-community/netbox/commit/e9cd1f68ee5cd60e62619e2980834331762d4b44) Update netbox/dcim/views.py - [`2241559`](https://github.com/netbox-community/netbox/commit/2241559b64892b78c00360002f7c76c7733e4531) Code cleanup & i18n fix - [`1331342`](https://github.com/netbox-community/netbox/commit/13313420f210ee6fafb090174dc482febc0a2984) Restore original termination count logic ### 📊 Changes **1 file changed** (+10 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/views.py` (+10 -8) </details> ### 📄 Description Fixes: #14023 - Fixes bulk disconnecting with multiple components attached to the same cable * Change code to generate a list of cable ID's to then process for deletion. --- <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:23:40 +01:00
adam closed this issue 2025-12-29 23:23:40 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14297