[PR #17370] [MERGED] Fixes #17332: Restore pagination for object list dashboard widgets #15077

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

📋 Pull Request Information

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

Base: developHead: 17332-dashboard-widget-pagination


📝 Commits (1)

  • fccd773 Fixes #17332: Restore pagination for object list dashboard widgets

📊 Changes

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

View changed files

📝 netbox/templates/extras/dashboard/widgets/objectlist.html (+1 -1)
📝 netbox/templates/home.html (+1 -1)

📄 Description

Fixes: #17332

  • Set hx-disinherit="*" on the parent dashboard element to negate the hx-select attribute of the parent page element when HTMX navigation is enabled.
  • Remove the now-obsolete hx-select attribute from the widget's HTMX container element.

🔄 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/17370 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 9/4/2024 **Status:** ✅ Merged **Merged:** 9/4/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `17332-dashboard-widget-pagination` --- ### 📝 Commits (1) - [`fccd773`](https://github.com/netbox-community/netbox/commit/fccd773a26c49943e4887a1247f98b16c1db8993) Fixes #17332: Restore pagination for object list dashboard widgets ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `netbox/templates/extras/dashboard/widgets/objectlist.html` (+1 -1) 📝 `netbox/templates/home.html` (+1 -1) </details> ### 📄 Description ### Fixes: #17332 - Set `hx-disinherit="*"` on the parent dashboard element to negate the `hx-select` attribute of the parent page element when HTMX navigation is enabled. - Remove the now-obsolete `hx-select` attribute from the widget's HTMX container element. --- <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:49 +01:00
adam closed this issue 2025-12-30 00:19:49 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15077