[PR #16233] [CLOSED] 16232 only remove checkbox on embedded tables #14817

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/16233
Author: @arthanson
Created: 5/22/2024
Status: Closed

Base: developHead: 16232-ui-checkbox


📝 Commits (1)

  • 63b2c02 16232 only remove checkbox on embedded tables

📊 Changes

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

View changed files

📝 netbox/netbox/views/generic/bulk_views.py (+8 -1)

📄 Description

Fixes: #16232

Not 100% sure of this solution, relies on the 'return_url' which will be for bulk operations not being the same as the request path. As this routine tries to set if the table is embedded, I'm not sure if there is another flag to look at that would be different if it is a main table or embedded.


🔄 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/16233 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 5/22/2024 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `16232-ui-checkbox` --- ### 📝 Commits (1) - [`63b2c02`](https://github.com/netbox-community/netbox/commit/63b2c02da60516eb29d3c7a74c1c2d6e4ba4744a) 16232 only remove checkbox on embedded tables ### 📊 Changes **1 file changed** (+8 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `netbox/netbox/views/generic/bulk_views.py` (+8 -1) </details> ### 📄 Description ### Fixes: #16232 Not 100% sure of this solution, relies on the 'return_url' which will be for bulk operations not being the same as the request path. As this routine tries to set if the table is embedded, I'm not sure if there is another flag to look at that would be different if it is a main table or embedded. --- <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:26:55 +01:00
adam closed this issue 2025-12-29 23:26:55 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14817