[PR #1929] [MERGED] Fixed #1928 form bound check for site and vlan group #12285

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/1929
Author: @lampwins
Created: 2/28/2018
Status: Merged
Merged: 3/1/2018
Merged by: @jeremystretch

Base: developHead: bug/1928


📝 Commits (1)

  • 3cb351d fixed form bound check for site and vlan group

📊 Changes

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

View changed files

📝 netbox/dcim/forms.py (+9 -9)

📄 Description

Fixes: #1928

Fixed a bug in the way the form checked the bound state to assign the site and vlan_group filters. This caused a problem when submitting the form with no changes after creating an interface.


🔄 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/1929 **Author:** [@lampwins](https://github.com/lampwins) **Created:** 2/28/2018 **Status:** ✅ Merged **Merged:** 3/1/2018 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `bug/1928` --- ### 📝 Commits (1) - [`3cb351d`](https://github.com/netbox-community/netbox/commit/3cb351dceb1a34dbee125a33431c6effea5971aa) fixed form bound check for site and vlan group ### 📊 Changes **1 file changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/forms.py` (+9 -9) </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: #1928 Fixed a bug in the way the form checked the bound state to assign the site and vlan_group filters. This caused a problem when submitting the form with no changes after creating an interface. --- <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:39 +01:00
adam closed this issue 2025-12-29 22:20:39 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12285