[PR #2539] [CLOSED] Use NestedInterfaceSerializer in CircuitTerminationSerializer fixes #2528 #12403

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

📋 Pull Request Information

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

Base: developHead: develop


📝 Commits (3)

📊 Changes

2 files changed (+39 additions, -6 deletions)

View changed files

📝 netbox/circuits/api/serializers.py (+2 -2)
📝 netbox/circuits/tests/test_api.py (+37 -4)

📄 Description

Fixes: #2528 Unable to Create Circuit Terminations with interface via API

Use NestedInterfaceSerializer() instead of InterfaceSerializer() in CircuitTerminationSerializer


🔄 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/2539 **Author:** [@funzoneq](https://github.com/funzoneq) **Created:** 11/1/2018 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (3) - [`c776770`](https://github.com/netbox-community/netbox/commit/c776770e7fe86f420d5521c6f3a6b93142051ea0) Use NestedInterfaceSerializer in CircuitTerminationSerializer fixes #2528 - [`71a5581`](https://github.com/netbox-community/netbox/commit/71a5581d950970819193e1b544b751a20cd8a82c) Fix tests for #2528 - [`ec1168f`](https://github.com/netbox-community/netbox/commit/ec1168fda55dbdd798759e91d42cd09bdabd6e37) Fix E302 ### 📊 Changes **2 files changed** (+39 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `netbox/circuits/api/serializers.py` (+2 -2) 📝 `netbox/circuits/tests/test_api.py` (+37 -4) </details> ### 📄 Description ### Fixes: #2528 Unable to Create Circuit Terminations with interface via API <!-- Please include a summary of the proposed changes below. --> Use NestedInterfaceSerializer() instead of InterfaceSerializer() in CircuitTerminationSerializer --- <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:21:19 +01:00
adam closed this issue 2025-12-29 22:21:19 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12403