[PR #10283] [MERGED] #10270 - fix custom field validation for IPAM services #13598

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/10283
Author: @arthanson
Created: 9/7/2022
Status: Merged
Merged: 9/7/2022
Merged by: @jeremystretch

Base: developHead: 10270-save-custom-boolean


📝 Commits (1)

📊 Changes

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

View changed files

📝 netbox/ipam/forms/models.py (+1 -0)

📄 Description

Fixes: #10270

ServiceCreateForm clean was missing a call to super so wasn't getting the custom fields processed.


🔄 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/10283 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 9/7/2022 **Status:** ✅ Merged **Merged:** 9/7/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `10270-save-custom-boolean` --- ### 📝 Commits (1) - [`7826cfb`](https://github.com/netbox-community/netbox/commit/7826cfb01faef3574cd071a982c3d1bebb9381fa) #10270 - fix custom field validation for ipam services ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/forms/models.py` (+1 -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: #10270 <!-- Please include a summary of the proposed changes below. --> ServiceCreateForm clean was missing a call to super so wasn't getting the custom fields processed. --- <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:19:46 +01:00
adam closed this issue 2025-12-29 23:19:47 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13598