[PR #18370] [MERGED] Fixes #18368: Restore missing fields on REST API serializer for MAC addresses #15340

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/18370
Author: @jeremystretch
Created: 1/9/2025
Status: Merged
Merged: 1/9/2025
Merged by: @jeremystretch

Base: mainHead: 18368-macaddress-serializer-fields


📝 Commits (1)

  • 230592f Fixes #18368: Restore missing fields on REST API serializer for MAC addresses

📊 Changes

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

View changed files

📝 netbox/dcim/api/serializers_/devices.py (+1 -1)

📄 Description

Fixes: #18368

  • Adds fields missing from MACAddressSerializer:
    • tags
    • custom_fields
    • created
    • last_updated

🔄 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/18370 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 1/9/2025 **Status:** ✅ Merged **Merged:** 1/9/2025 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `main` ← **Head:** `18368-macaddress-serializer-fields` --- ### 📝 Commits (1) - [`230592f`](https://github.com/netbox-community/netbox/commit/230592fe96414bf5bac4350a18c6d60c62bb4af1) Fixes #18368: Restore missing fields on REST API serializer for MAC addresses ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/api/serializers_/devices.py` (+1 -1) </details> ### 📄 Description ### Fixes: #18368 - Adds fields missing from MACAddressSerializer: - `tags` - `custom_fields` - `created` - `last_updated` --- <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:21:21 +01:00
adam closed this issue 2025-12-30 00:21:22 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15340