[PR #10680] [MERGED] 10643 add fieldset to device role for improved add/edit form display #13672

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/10680
Author: @arthanson
Created: 10/18/2022
Status: Merged
Merged: 10/19/2022
Merged by: @jeremystretch

Base: developHead: 10643-custom-field-device-role


📝 Commits (4)

  • a4025c8 10643 add fieldset to device role for improved add/edit form display
  • e01e4d7 10643 update other forms
  • c9db424 10643 update other forms
  • 858f8ea Specify fieldsets for additional models

📊 Changes

6 files changed (+103 additions, -0 deletions)

View changed files

📝 netbox/circuits/forms/models.py (+6 -0)
📝 netbox/dcim/forms/models.py (+43 -0)
📝 netbox/ipam/forms/models.py (+18 -0)
📝 netbox/tenancy/forms/models.py (+18 -0)
📝 netbox/virtualization/forms/models.py (+12 -0)
📝 netbox/wireless/forms/models.py (+6 -0)

📄 Description

Fixes: #10643

Adds fieldset to DeviceRole and Platform to make the add/edit form nicer (show custom fields and comments under headings).


🔄 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/10680 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 10/18/2022 **Status:** ✅ Merged **Merged:** 10/19/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `10643-custom-field-device-role` --- ### 📝 Commits (4) - [`a4025c8`](https://github.com/netbox-community/netbox/commit/a4025c842eaf47992d35d661d0cc30ca8d2722b8) 10643 add fieldset to device role for improved add/edit form display - [`e01e4d7`](https://github.com/netbox-community/netbox/commit/e01e4d78080223f62947998dbb777271c6a26f2d) 10643 update other forms - [`c9db424`](https://github.com/netbox-community/netbox/commit/c9db424913545dd3fa62859b185ac251f9386e17) 10643 update other forms - [`858f8ea`](https://github.com/netbox-community/netbox/commit/858f8ea623e1c208bd3433babe1110931c66b218) Specify fieldsets for additional models ### 📊 Changes **6 files changed** (+103 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `netbox/circuits/forms/models.py` (+6 -0) 📝 `netbox/dcim/forms/models.py` (+43 -0) 📝 `netbox/ipam/forms/models.py` (+18 -0) 📝 `netbox/tenancy/forms/models.py` (+18 -0) 📝 `netbox/virtualization/forms/models.py` (+12 -0) 📝 `netbox/wireless/forms/models.py` (+6 -0) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be approved and assigned prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ISSUE WHICH HAS BEEN ASSIGNED TO YOU, IT WE BE CLOSED AUTOMATICALLY. Specify your assigned issue number on the line below. --> ### Fixes: #10643 <!-- Please include a summary of the proposed changes below. --> Adds fieldset to DeviceRole and Platform to make the add/edit form nicer (show custom fields and comments under headings). --- <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:20:11 +01:00
adam closed this issue 2025-12-29 23:20:11 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13672