[PR #17201] [CLOSED] Fixes: #14606 - For Cable API add PK for cable terminations to serializer #15024

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17201
Author: @DanSheps
Created: 8/18/2024
Status: Closed

Base: featureHead: 14606-add-pk-to-cable_api_terminations


📝 Commits (5)

  • eb4ef18 For Cable API add PK for cable terminations to serializer
  • c4fafa2 Temporary work to swap in serializer
  • 5591b8a Merge branch 'feature' into 14606-add-pk-to-cable_api_terminations
  • 19d2007 Fix merge mistake
  • 0bfbd29 Update netbox/dcim/api/serializers_/cables.py

📊 Changes

2 files changed (+25 additions, -17 deletions)

View changed files

📝 netbox/dcim/api/serializers_/cables.py (+23 -17)
📝 netbox/netbox/api/serializers/generic.py (+2 -0)

📄 Description

Fixes: #14606

  • Add pk field for cable termination
  • Add test

🔄 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/17201 **Author:** [@DanSheps](https://github.com/DanSheps) **Created:** 8/18/2024 **Status:** ❌ Closed **Base:** `feature` ← **Head:** `14606-add-pk-to-cable_api_terminations` --- ### 📝 Commits (5) - [`eb4ef18`](https://github.com/netbox-community/netbox/commit/eb4ef18d61db61f43e29224239f908767856f4ac) For Cable API add PK for cable terminations to serializer - [`c4fafa2`](https://github.com/netbox-community/netbox/commit/c4fafa27ad0445ac067536986690f0ca75436658) Temporary work to swap in serializer - [`5591b8a`](https://github.com/netbox-community/netbox/commit/5591b8a81cdccd94e6846e0ed5ea1d2a1914f44b) Merge branch 'feature' into 14606-add-pk-to-cable_api_terminations - [`19d2007`](https://github.com/netbox-community/netbox/commit/19d20073a4087d229a08634d72621c831c3b8519) Fix merge mistake - [`0bfbd29`](https://github.com/netbox-community/netbox/commit/0bfbd29d12c8d35d7cd6a6dd24f8c771bb235968) Update netbox/dcim/api/serializers_/cables.py ### 📊 Changes **2 files changed** (+25 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/api/serializers_/cables.py` (+23 -17) 📝 `netbox/netbox/api/serializers/generic.py` (+2 -0) </details> ### 📄 Description ### Fixes: #14606 * Add pk field for cable termination * Add test --- <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:31 +01:00
adam closed this issue 2025-12-30 00:19:31 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15024