[PR #1816] [CLOSED] Add custom fields to VLANGroup #12270

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/1816
Author: @funzoneq
Created: 1/10/2018
Status: Closed

Base: developHead: feature/vlan-group-custom-fields


📝 Commits (1)

  • 747a393 Add custom fields to VLANGroup

📊 Changes

6 files changed (+18 additions, -15 deletions)

View changed files

📝 netbox/extras/constants.py (+7 -6)
📝 netbox/ipam/api/serializers.py (+4 -4)
📝 netbox/ipam/api/views.py (+1 -1)
📝 netbox/ipam/filters.py (+1 -1)
📝 netbox/ipam/forms.py (+3 -2)
📝 netbox/ipam/models.py (+2 -1)

📄 Description

Fixes:

#1806
Allow custom fields on VLANGroup.


🔄 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/1816 **Author:** [@funzoneq](https://github.com/funzoneq) **Created:** 1/10/2018 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `feature/vlan-group-custom-fields` --- ### 📝 Commits (1) - [`747a393`](https://github.com/netbox-community/netbox/commit/747a3933865d59232445c7cff12ea883a8fbce96) Add custom fields to VLANGroup ### 📊 Changes **6 files changed** (+18 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `netbox/extras/constants.py` (+7 -6) 📝 `netbox/ipam/api/serializers.py` (+4 -4) 📝 `netbox/ipam/api/views.py` (+1 -1) 📝 `netbox/ipam/filters.py` (+1 -1) 📝 `netbox/ipam/forms.py` (+3 -2) 📝 `netbox/ipam/models.py` (+2 -1) </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 opened for approval prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. Please indicate the relevant feature request or bug report below. --> ### Fixes: #1806 Allow custom fields on VLANGroup. --- <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:20:35 +01:00
adam closed this issue 2025-12-29 22:20:35 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12270