[PR #9144] [MERGED] Closes #8495: Enable custom field grouping #13435

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/9144
Author: @jeremystretch
Created: 4/15/2022
Status: Merged
Merged: 4/15/2022
Merged by: @jeremystretch

Base: featureHead: 8495-custom-field-groups


📝 Commits (1)

📊 Changes

13 files changed (+119 additions, -56 deletions)

View changed files

📝 docs/release-notes/version-3.3.md (+6 -0)
📝 netbox/extras/api/serializers.py (+2 -2)
📝 netbox/extras/filtersets.py (+2 -1)
📝 netbox/extras/forms/bulk_edit.py (+4 -1)
📝 netbox/extras/forms/bulk_import.py (+2 -2)
📝 netbox/extras/forms/filtersets.py (+4 -1)
📝 netbox/extras/forms/models.py (+3 -1)
netbox/extras/migrations/0074_customfield_group_name.py (+22 -0)
📝 netbox/extras/models/customfields.py (+6 -1)
📝 netbox/extras/tables/tables.py (+2 -2)
📝 netbox/netbox/models/features.py (+12 -0)
📝 netbox/templates/extras/customfield.html (+4 -0)
📝 netbox/templates/inc/panels/custom_fields.html (+50 -45)

📄 Description

Closes: #8495

  • Add an optional group_name field to CustomField
  • Organize custom fields by group under object display

🔄 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/9144 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 4/15/2022 **Status:** ✅ Merged **Merged:** 4/15/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `8495-custom-field-groups` --- ### 📝 Commits (1) - [`17df8a5`](https://github.com/netbox-community/netbox/commit/17df8a5c4394785cb2e176788e468bd508c5a169) Closes #8495: Enable custom field grouping ### 📊 Changes **13 files changed** (+119 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-3.3.md` (+6 -0) 📝 `netbox/extras/api/serializers.py` (+2 -2) 📝 `netbox/extras/filtersets.py` (+2 -1) 📝 `netbox/extras/forms/bulk_edit.py` (+4 -1) 📝 `netbox/extras/forms/bulk_import.py` (+2 -2) 📝 `netbox/extras/forms/filtersets.py` (+4 -1) 📝 `netbox/extras/forms/models.py` (+3 -1) ➕ `netbox/extras/migrations/0074_customfield_group_name.py` (+22 -0) 📝 `netbox/extras/models/customfields.py` (+6 -1) 📝 `netbox/extras/tables/tables.py` (+2 -2) 📝 `netbox/netbox/models/features.py` (+12 -0) 📝 `netbox/templates/extras/customfield.html` (+4 -0) 📝 `netbox/templates/inc/panels/custom_fields.html` (+50 -45) </details> ### 📄 Description ### Closes: #8495 - Add an optional `group_name` field to CustomField - Organize custom fields by group under object display --- <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 22:27:23 +01:00
adam closed this issue 2025-12-29 22:27: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#13435