[PR #12130] [MERGED] 12117 remove clone from cable #13910

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/12130
Author: @arthanson
Created: 3/31/2023
Status: Merged
Merged: 4/3/2023
Merged by: @jeremystretch

Base: developHead: 12117-clone-cable


📝 Commits (5)

📊 Changes

2 files changed (+7 additions, -3 deletions)

View changed files

📝 netbox/utilities/templates/buttons/clone.html (+5 -3)
📝 netbox/utilities/templatetags/buttons.py (+2 -0)

📄 Description

Fixes: #12117

Removes clone from cable detail page until we allow adding cables from the list page. Added in template overrides for all the buttons on the generic_object page just in-case some page might need to disable or change them.


🔄 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/12130 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 3/31/2023 **Status:** ✅ Merged **Merged:** 4/3/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `12117-clone-cable` --- ### 📝 Commits (5) - [`6b14186`](https://github.com/netbox-community/netbox/commit/6b1418667440ae12211ef83ad5f6dda36b81bd4a) 12117 remove clone from cable - [`13cdefe`](https://github.com/netbox-community/netbox/commit/13cdefe52c5216f6e11e91ca122343d00577d467) 12117 remove clone button if no params - [`e7dcc38`](https://github.com/netbox-community/netbox/commit/e7dcc381c4b72b66fa2b65f2b34c47c8c4caaa4d) Update clone.html - [`161595d`](https://github.com/netbox-community/netbox/commit/161595d11879aa7640cb27cb5f56d0e5680ca55c) Update clone.html - [`7ac9d6b`](https://github.com/netbox-community/netbox/commit/7ac9d6b0cdd1786864908d618d9bd3d8be22cf76) Update clone.html ### 📊 Changes **2 files changed** (+7 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `netbox/utilities/templates/buttons/clone.html` (+5 -3) 📝 `netbox/utilities/templatetags/buttons.py` (+2 -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: #12117 <!-- Please include a summary of the proposed changes below. --> Removes clone from cable detail page until we allow adding cables from the list page. Added in template overrides for all the buttons on the generic_object page just in-case some page might need to disable or change them. --- <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:21:29 +01:00
adam closed this issue 2025-12-29 23:21:30 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13910