[PR #11414] [MERGED] Closes #10486: Add buttons to edit cables #13782

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/11414
Author: @dreng
Created: 1/6/2023
Status: Merged
Merged: 1/6/2023
Merged by: @jeremystretch

Base: developHead: add_edit_cable_button


📝 Commits (10+)

  • bc5160f Added buttons to edit cables
  • 538f946 Revert change that did not address this branch
  • cc2a0bc Merge branch 'netbox-community:develop' into add_edit_cable_button
  • d2673b7 Merge branch 'netbox-community:develop' into add_edit_cable_button
  • ebe21ce Merge branch 'netbox-community:develop' into add_edit_cable_button
  • 0573889 Consolidated buttons
  • 6ad4e42 Merge branch 'netbox-community:develop' into add_edit_cable_button
  • e8c99f8 Merge branch 'netbox-community:develop' into add_edit_cable_button
  • 52cbda8 moved back trace button / added permission checks
  • 0425827 reverted disabled trace button

📊 Changes

2 files changed (+159 additions, -28 deletions)

View changed files

📝 netbox/dcim/tables/template_code.py (+154 -28)
📝 netbox/templates/circuits/inc/circuit_termination.html (+5 -0)

📄 Description

Fixes: #10486


🔄 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/11414 **Author:** [@dreng](https://github.com/dreng) **Created:** 1/6/2023 **Status:** ✅ Merged **Merged:** 1/6/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `add_edit_cable_button` --- ### 📝 Commits (10+) - [`bc5160f`](https://github.com/netbox-community/netbox/commit/bc5160f01d04e4cd3cb3a2c3ef1cbca30f2ab5df) Added buttons to edit cables - [`538f946`](https://github.com/netbox-community/netbox/commit/538f9469b2ef9864be47d37bb1f3394fcf48df7b) Revert change that did not address this branch - [`cc2a0bc`](https://github.com/netbox-community/netbox/commit/cc2a0bc032f16f1c4057e0e6ee860afd33c117a5) Merge branch 'netbox-community:develop' into add_edit_cable_button - [`d2673b7`](https://github.com/netbox-community/netbox/commit/d2673b757d9f1a1f4840681f855c080f49c0890f) Merge branch 'netbox-community:develop' into add_edit_cable_button - [`ebe21ce`](https://github.com/netbox-community/netbox/commit/ebe21ce2386121612b336b4cc4c1bbaef8324f8d) Merge branch 'netbox-community:develop' into add_edit_cable_button - [`0573889`](https://github.com/netbox-community/netbox/commit/0573889a914b91e3e47060b11f1f446dbf5b2361) Consolidated buttons - [`6ad4e42`](https://github.com/netbox-community/netbox/commit/6ad4e428ce96e034cf8cffe14c9bb0b228bcb5db) Merge branch 'netbox-community:develop' into add_edit_cable_button - [`e8c99f8`](https://github.com/netbox-community/netbox/commit/e8c99f878873dfad9dc7fed4a9b57cb0b0cffad7) Merge branch 'netbox-community:develop' into add_edit_cable_button - [`52cbda8`](https://github.com/netbox-community/netbox/commit/52cbda8dc01ed6116778bdc37c7b63a21f990090) moved back trace button / added permission checks - [`0425827`](https://github.com/netbox-community/netbox/commit/04258270181b0ba2ed213a59bc637db80f920001) reverted disabled trace button ### 📊 Changes **2 files changed** (+159 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/tables/template_code.py` (+154 -28) 📝 `netbox/templates/circuits/inc/circuit_termination.html` (+5 -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 approved and assigned prior to opening a pull request. This helps avoid waste time and effort on a proposed change that we might not be able to accept. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ISSUE WHICH HAS BEEN ASSIGNED TO YOU, IT WILL BE CLOSED AUTOMATICALLY. Please specify your assigned issue number on the line below. --> ### Fixes: #10486 <!-- 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 23:20:47 +01:00
adam closed this issue 2025-12-29 23:20:47 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13782