[PR #17991] [MERGED] Fixes #17969: Fix system info export when a config revision exists #15243

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17991
Author: @jeremystretch
Created: 11/12/2024
Status: Merged
Merged: 11/12/2024
Merged by: @jeremystretch

Base: developHead: 17969-fix-system-export


📝 Commits (1)

  • 32ec974 Fixes #17969: Fix system info export when a config revision exists

📊 Changes

2 files changed (+30 additions, -5 deletions)

View changed files

📝 netbox/core/tests/test_views.py (+29 -0)
📝 netbox/core/views.py (+1 -5)

📄 Description

Fixes: #17969

  • Tweak SystemView to use get_config() consistently
  • Add SystemTestCase

🔄 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/17991 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 11/12/2024 **Status:** ✅ Merged **Merged:** 11/12/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `17969-fix-system-export` --- ### 📝 Commits (1) - [`32ec974`](https://github.com/netbox-community/netbox/commit/32ec97447eb75e76e03fd924287d24d0ef56359a) Fixes #17969: Fix system info export when a config revision exists ### 📊 Changes **2 files changed** (+30 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `netbox/core/tests/test_views.py` (+29 -0) 📝 `netbox/core/views.py` (+1 -5) </details> ### 📄 Description ### Fixes: #17969 - Tweak SystemView to use `get_config()` consistently - Add SystemTestCase --- <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:20:50 +01:00
adam closed this issue 2025-12-30 00:20:50 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15243