[PR #8352] [MERGED] Fixes #8342 #13348

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/8352
Author: @jasonyates
Created: 1/14/2022
Status: Merged
Merged: 1/14/2022
Merged by: @jeremystretch

Base: developHead: 8342-created-updated


📝 Commits (1)

📊 Changes

3 files changed (+19 additions, -10 deletions)

View changed files

📝 netbox/circuits/api/serializers.py (+1 -1)
📝 netbox/dcim/api/serializers.py (+10 -4)
📝 netbox/extras/api/serializers.py (+8 -5)

📄 Description

Fixes: #8342

created & last_updated fields are missing from some REST API calls. Added missing fields to the following API calls

/api/dcim/virtual-chassis/
/api/dcim/cables/
/api/dcim/power-panels/
/api/dcim/rack-reservations/
/api/circuits/circuit-terminations/
/api/extras/webhooks/
/api/extras/custom-fields/
/api/extras/custom-links/
/api/extras/export-templates/
/api/extras/tags/


🔄 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/8352 **Author:** [@jasonyates](https://github.com/jasonyates) **Created:** 1/14/2022 **Status:** ✅ Merged **Merged:** 1/14/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `8342-created-updated` --- ### 📝 Commits (1) - [`0181a25`](https://github.com/netbox-community/netbox/commit/0181a25d704f25486ad6cf0921a6ac6c97b6de9b) Fixes #8342 ### 📊 Changes **3 files changed** (+19 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `netbox/circuits/api/serializers.py` (+1 -1) 📝 `netbox/dcim/api/serializers.py` (+10 -4) 📝 `netbox/extras/api/serializers.py` (+8 -5) </details> ### 📄 Description ### Fixes: #8342 created & last_updated fields are missing from some REST API calls. Added missing fields to the following API calls /api/dcim/virtual-chassis/ /api/dcim/cables/ /api/dcim/power-panels/ /api/dcim/rack-reservations/ /api/circuits/circuit-terminations/ /api/extras/webhooks/ /api/extras/custom-fields/ /api/extras/custom-links/ /api/extras/export-templates/ /api/extras/tags/ --- <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:26:54 +01:00
adam closed this issue 2025-12-29 22:26:54 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13348