[PR #17068] [MERGED] Closes #14656: Dynamic form fields for CustomField #14991

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17068
Author: @jeremystretch
Created: 8/1/2024
Status: Merged
Merged: 8/2/2024
Merged by: @jeremystretch

Base: featureHead: 14656-customfield-form


📝 Commits (1)

  • 88b2846 Closes #14656: Dynamically render form fields depending on custom field type

📊 Changes

1 file changed (+77 additions, -10 deletions)

View changed files

📝 netbox/extras/forms/model_forms.py (+77 -10)

📄 Description

Fixes: #14656

Dynamically include or omit form fields depending on the selected CustomField type


🔄 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/17068 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 8/1/2024 **Status:** ✅ Merged **Merged:** 8/2/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `14656-customfield-form` --- ### 📝 Commits (1) - [`88b2846`](https://github.com/netbox-community/netbox/commit/88b284690d13b3fd98e41f87dca4d4c4fb846793) Closes #14656: Dynamically render form fields depending on custom field type ### 📊 Changes **1 file changed** (+77 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `netbox/extras/forms/model_forms.py` (+77 -10) </details> ### 📄 Description ### Fixes: #14656 Dynamically include or omit form fields depending on the selected CustomField type --- <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:19 +01:00
adam closed this issue 2025-12-30 00:19:19 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14991