[PR #15807] [MERGED] Fixes #15778: Fix bulk edit/delete functionality when HTMX is enabled #14687

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/15807
Author: @jeremystretch
Created: 4/22/2024
Status: Merged
Merged: 4/22/2024
Merged by: @jeremystretch

Base: featureHead: 15778-fix-htmx-bulk-edit


📝 Commits (1)

  • 68178d8 Fixes #15778: Fix bulk edit/delete functionality when HTMX is enabled

📊 Changes

1 file changed (+6 additions, -4 deletions)

View changed files

📝 netbox/utilities/templatetags/buttons.py (+6 -4)

📄 Description

Fixes: #15778

Pass the necessary template context through to the bulk edit & delete buttons to determine whether HTMX navigation is enabled for the request.


🔄 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/15807 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 4/22/2024 **Status:** ✅ Merged **Merged:** 4/22/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `15778-fix-htmx-bulk-edit` --- ### 📝 Commits (1) - [`68178d8`](https://github.com/netbox-community/netbox/commit/68178d829d0627cbae535146ca5705c293fe921c) Fixes #15778: Fix bulk edit/delete functionality when HTMX is enabled ### 📊 Changes **1 file changed** (+6 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `netbox/utilities/templatetags/buttons.py` (+6 -4) </details> ### 📄 Description ### Fixes: #15778 Pass the necessary template context through to the bulk edit & delete buttons to determine whether HTMX navigation is enabled for the request. --- <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:02 +01:00
adam closed this issue 2025-12-29 23:26:03 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14687