[PR #14998] [MERGED] Closes: #14570 - Remove extra query for job under scripts and reports detailed view #14497

Closed
opened 2025-12-29 23:24:49 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/14998
Author: @DanSheps
Created: 1/31/2024
Status: Merged
Merged: 2/5/2024
Merged by: @jeremystretch

Base: developHead: 14570-remove-extra-query-from-scripts


📝 Commits (2)

  • 504d58c Closes: #14570 - Remove extra query for job under scripts and reports detailed view
  • 18b3d8a Add report.result back as it is used by report.html

📊 Changes

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

View changed files

📝 netbox/extras/views.py (+0 -5)

📄 Description

Closes: #14570

  • Remove extra query for job under scripts and reports detailed view
    • This query supports populating the .results property on the script model, however this property is no longer used as the results have been moved to their own view.

🔄 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/14998 **Author:** [@DanSheps](https://github.com/DanSheps) **Created:** 1/31/2024 **Status:** ✅ Merged **Merged:** 2/5/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `14570-remove-extra-query-from-scripts` --- ### 📝 Commits (2) - [`504d58c`](https://github.com/netbox-community/netbox/commit/504d58c2171aef41890d91d9b164c04a77b2bfe8) Closes: #14570 - Remove extra query for job under scripts and reports detailed view - [`18b3d8a`](https://github.com/netbox-community/netbox/commit/18b3d8a3f5ea87f4028dab096e0299d499491f1f) Add report.result back as it is used by report.html ### 📊 Changes **1 file changed** (+0 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `netbox/extras/views.py` (+0 -5) </details> ### 📄 Description ### Closes: #14570 * Remove extra query for job under scripts and reports detailed view * This query supports populating the .results property on the script model, however this property is no longer used as the results have been moved to their own view. --- <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 23:24:49 +01:00
adam closed this issue 2025-12-29 23:24:49 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14497