[PR #17456] [CLOSED] Fixes: #17437 - Fix exception when saving interface-template with bridged interface #15094

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17456
Author: @DanSheps
Created: 9/11/2024
Status: Closed

Base: developHead: 17452-fix-no-reverse-for-interfacetemplate


📝 Commits (1)

  • 1e089d8 Fixes: #17452 - Return None is NoReverseMatch found from self.reverse with BaseNetBoxHyperlinkedIdentityField.get_url

📊 Changes

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

View changed files

📝 netbox/netbox/api/serializers/fields.py (+6 -1)

📄 Description

Fixes: #17437 - Fix exception when saving interface-template with bridged interface

  • Return None if NoReverseMatch found from self.reverse with BaseNetBoxHyperlinkedIdentityField.get_url

🔄 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/17456 **Author:** [@DanSheps](https://github.com/DanSheps) **Created:** 9/11/2024 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `17452-fix-no-reverse-for-interfacetemplate` --- ### 📝 Commits (1) - [`1e089d8`](https://github.com/netbox-community/netbox/commit/1e089d8e83ef2d9d8f75cb5b59417df0ec363d69) Fixes: #17452 - Return None is NoReverseMatch found from self.reverse with BaseNetBoxHyperlinkedIdentityField.get_url ### 📊 Changes **1 file changed** (+6 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `netbox/netbox/api/serializers/fields.py` (+6 -1) </details> ### 📄 Description ### Fixes: #17437 - Fix exception when saving interface-template with bridged interface * Return None if NoReverseMatch found from self.reverse with BaseNetBoxHyperlinkedIdentityField.get_url --- <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:57 +01:00
adam closed this issue 2025-12-30 00:19:58 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15094