[PR #15777] [MERGED] Fixes #15641: Fix adding/removing filters on advanced object selector widget #14672

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

📋 Pull Request Information

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

Base: featureHead: 15641-fix-object-selector


📝 Commits (1)

  • 2b0128d Fixes #15641: Fix adding/removing filters on advanced object selector widget

📊 Changes

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

View changed files

📝 netbox/templates/htmx/object_selector.html (+3 -3)
📝 netbox/templates/htmx/object_selector_results.html (+4 -6)

📄 Description

Fixes: #15641

  • Switch data-bs-target from a list of IDs (worked previously?) to a single class name
  • Miscellaneous cosmetic improvements to the objects list

🔄 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/15777 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 4/19/2024 **Status:** ✅ Merged **Merged:** 4/19/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `15641-fix-object-selector` --- ### 📝 Commits (1) - [`2b0128d`](https://github.com/netbox-community/netbox/commit/2b0128d2588bdc2dde336be33b7c1c75b0a451fd) Fixes #15641: Fix adding/removing filters on advanced object selector widget ### 📊 Changes **2 files changed** (+7 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `netbox/templates/htmx/object_selector.html` (+3 -3) 📝 `netbox/templates/htmx/object_selector_results.html` (+4 -6) </details> ### 📄 Description ### Fixes: #15641 - Switch `data-bs-target` from a list of IDs (worked previously?) to a single class name - Miscellaneous cosmetic improvements to the objects list --- <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:25:53 +01:00
adam closed this issue 2025-12-29 23:25:53 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14672