[PR #17470] [MERGED] Fixes #17437: Fix exception when specifying a bridge relationship on an interface template #15097

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17470
Author: @jeremystretch
Created: 9/12/2024
Status: Merged
Merged: 9/12/2024
Merged by: @jeremystretch

Base: developHead: 17437-interfacetemplate-bridge


📝 Commits (1)

  • 23c2087 Fixes #17437: Fix exception when specifying a bridge relationship on an interface template

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 netbox/dcim/api/serializers_/nested.py (+1 -1)
📝 netbox/dcim/forms/model_forms.py (+2 -2)

📄 Description

Fixes: #17437

  • Correct the filter names set on the bridge form field to ensure selections are limited to valid options
  • Remove the display_url field from NestedInterfaceTemplateSerializer

🔄 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/17470 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 9/12/2024 **Status:** ✅ Merged **Merged:** 9/12/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `17437-interfacetemplate-bridge` --- ### 📝 Commits (1) - [`23c2087`](https://github.com/netbox-community/netbox/commit/23c2087333ed23fc51c3a223e5fbc937ee42cdea) Fixes #17437: Fix exception when specifying a bridge relationship on an interface template ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/api/serializers_/nested.py` (+1 -1) 📝 `netbox/dcim/forms/model_forms.py` (+2 -2) </details> ### 📄 Description ### Fixes: #17437 - Correct the filter names set on the `bridge` form field to ensure selections are limited to valid options - Remove the `display_url` field from NestedInterfaceTemplateSerializer --- <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:59 +01:00
adam closed this issue 2025-12-30 00:19:59 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15097