[PR #17130] [MERGED] 16733 fix bulk edit/delete buttons with quick search #15003

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17130
Author: @arthanson
Created: 8/12/2024
Status: Merged
Merged: 8/27/2024
Merged by: @jeremystretch

Base: developHead: 16733-bulk-buttons


📝 Commits (4)

  • 2c2e8d9 16733 fix bulk edit/delete buttons with quick search
  • 8f1ace2 16733 fix bulk edit/delete buttons with quick search
  • 5feb0a2 16733 fix bulk edit/delete buttons with quick search
  • 1416888 Wrap bulk action buttons with .bulk-action-buttons for replacement via HTMX

📊 Changes

3 files changed (+36 additions, -17 deletions)

View changed files

📝 netbox/netbox/views/generic/bulk_views.py (+2 -0)
📝 netbox/templates/generic/object_list.html (+17 -15)
📝 netbox/templates/htmx/table.html (+17 -2)

📄 Description

Fixes: #16733


🔄 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/17130 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 8/12/2024 **Status:** ✅ Merged **Merged:** 8/27/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `16733-bulk-buttons` --- ### 📝 Commits (4) - [`2c2e8d9`](https://github.com/netbox-community/netbox/commit/2c2e8d904f8c82d3c385cee293aabda131a8360d) 16733 fix bulk edit/delete buttons with quick search - [`8f1ace2`](https://github.com/netbox-community/netbox/commit/8f1ace294c47c338bcf8b2f1917299391a3e6333) 16733 fix bulk edit/delete buttons with quick search - [`5feb0a2`](https://github.com/netbox-community/netbox/commit/5feb0a227fb198bfb112ef8fc80c54a92f70c9e4) 16733 fix bulk edit/delete buttons with quick search - [`1416888`](https://github.com/netbox-community/netbox/commit/1416888030b1b52eaf559bf6961222e4e0876301) Wrap bulk action buttons with .bulk-action-buttons for replacement via HTMX ### 📊 Changes **3 files changed** (+36 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `netbox/netbox/views/generic/bulk_views.py` (+2 -0) 📝 `netbox/templates/generic/object_list.html` (+17 -15) 📝 `netbox/templates/htmx/table.html` (+17 -2) </details> ### 📄 Description ### Fixes: #16733 --- <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-30 00:19:23 +01:00
adam closed this issue 2025-12-30 00:19:23 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15003