[PR #9562] [MERGED] Closes: #9525 - Add split button functionality to table rows #13484

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/9562
Author: @huntabyte
Created: 6/19/2022
Status: Merged
Merged: 6/20/2022
Merged by: @jeremystretch

Base: developHead: feature-9525


📝 Commits (3)

📊 Changes

1 file changed (+34 additions, -9 deletions)

View changed files

📝 netbox/netbox/tables/columns.py (+34 -9)

📄 Description

Fixes: #9525

Utilizing the extra_buttons argument within the ActionsColumn class, I added an additional button that takes the user directly to the edit page, removing a click from the workflow.

The edit button was added through the actions of the NetBoxTable. The existing Edit link inside the dropdown is retained but can be removed if requested by maintainers/users.

netbox-1-click-edit-arrow


🔄 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/9562 **Author:** [@huntabyte](https://github.com/huntabyte) **Created:** 6/19/2022 **Status:** ✅ Merged **Merged:** 6/20/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `feature-9525` --- ### 📝 Commits (3) - [`3d785d8`](https://github.com/netbox-community/netbox/commit/3d785d836d1cc9f9e84ec305b80669e22d47ef19) Implemented feature #9525 - [`b1ec703`](https://github.com/netbox-community/netbox/commit/b1ec703ba9dd254b8a7edd5f0c294de56323e495) Implemented feature #9525 - [`ff2ccfd`](https://github.com/netbox-community/netbox/commit/ff2ccfd6707b895be5fbeb602dc969700eda17c3) Closes #9525: Added split button functionality to ActionsColumn ### 📊 Changes **1 file changed** (+34 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `netbox/netbox/tables/columns.py` (+34 -9) </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 opened for approval prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. Please indicate the relevant feature request or bug report below. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ACCEPTED BUG REPORT OR FEATURE REQUEST, IT WILL BE MARKED AS INVALID AND CLOSED. --> ### Fixes: #9525 <!-- Please include a summary of the proposed changes below. --> Utilizing the _**extra_buttons**_ argument within the _**ActionsColumn**_ class, I added an additional button that takes the user directly to the edit page, removing a click from the workflow. The edit button was added through the **_actions_** of the **_NetBoxTable_**. The existing **_Edit_** link inside the dropdown is retained but can be removed if requested by maintainers/users. ![netbox-1-click-edit-arrow](https://user-images.githubusercontent.com/64506580/174464585-e342d72c-174e-4456-b533-0db9e2f7d0ef.png) --- <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:19:08 +01:00
adam closed this issue 2025-12-29 23:19:08 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13484