[PR #19881] [MERGED] Fixes #19413: Group custom fields in filter tab #15744

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/19881
Author: @jnovinger
Created: 7/14/2025
Status: Merged
Merged: 7/15/2025
Merged by: @jeremystretch

Base: mainHead: 19413-custom-fields-not-grouped-in-obj-list-filter-form


📝 Commits (1)

📊 Changes

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

View changed files

📝 netbox/templates/inc/filter_list.html (+1 -5)

📄 Description

Fixes: #19413

Replaced manual rendering of custom fields in the filter tab with the render_custom_fields template tag. This change ensures that custom fields are properly grouped, addressing the issue where they were previously displayed without their associated groups.


🔄 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/19881 **Author:** [@jnovinger](https://github.com/jnovinger) **Created:** 7/14/2025 **Status:** ✅ Merged **Merged:** 7/15/2025 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `main` ← **Head:** `19413-custom-fields-not-grouped-in-obj-list-filter-form` --- ### 📝 Commits (1) - [`4749064`](https://github.com/netbox-community/netbox/commit/474906450efed5aa136e929750f8241ec5a5c0b6) Fixes #19413: Group custom fields in filter tab ### 📊 Changes **1 file changed** (+1 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `netbox/templates/inc/filter_list.html` (+1 -5) </details> ### 📄 Description ### Fixes: #19413 Replaced manual rendering of custom fields in the filter tab with the `render_custom_fields` template tag. This change ensures that custom fields are properly grouped, addressing the issue where they were previously displayed without their associated groups. <!-- Please include a summary of the proposed changes below. --> --- <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:23:46 +01:00
adam closed this issue 2025-12-30 00:23:46 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15744