[PR #12271] [MERGED] Closes #11255: Add scheduling_enabled parameter for scripts & reports #13939

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/12271
Author: @jeremystretch
Created: 4/17/2023
Status: Merged
Merged: 4/18/2023
Merged by: @jeremystretch

Base: featureHead: 11255-disable-scheduling


📝 Commits (2)

  • d421269 Add scheduling_enabled parameter for scripts
  • 22fe3ce Enable scheduling_enabled parameter for reports

📊 Changes

12 files changed (+117 additions, -65 deletions)

View changed files

📝 docs/customization/custom-scripts.md (+4 -0)
📝 docs/customization/reports.md (+4 -0)
📝 docs/release-notes/version-3.5.md (+1 -0)
📝 netbox/core/views.py (+0 -1)
📝 netbox/extras/api/serializers.py (+20 -0)
📝 netbox/extras/api/views.py (+10 -3)
📝 netbox/extras/forms/reports.py (+15 -10)
📝 netbox/extras/forms/scripts.py (+8 -11)
📝 netbox/extras/reports.py (+1 -0)
📝 netbox/extras/scripts.py (+41 -19)
📝 netbox/extras/views.py (+2 -2)
📝 netbox/templates/extras/script.html (+11 -19)

📄 Description

Closes: #11255

  • Introduce a scheduling_enabled Meta parameter for scripts & reports

🔄 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/12271 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 4/17/2023 **Status:** ✅ Merged **Merged:** 4/18/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `11255-disable-scheduling` --- ### 📝 Commits (2) - [`d421269`](https://github.com/netbox-community/netbox/commit/d421269f4e0c9add3d8cba8dc0ca11f0a88f23b0) Add scheduling_enabled parameter for scripts - [`22fe3ce`](https://github.com/netbox-community/netbox/commit/22fe3ce81d22337b1c693d65491cf855d366e3db) Enable scheduling_enabled parameter for reports ### 📊 Changes **12 files changed** (+117 additions, -65 deletions) <details> <summary>View changed files</summary> 📝 `docs/customization/custom-scripts.md` (+4 -0) 📝 `docs/customization/reports.md` (+4 -0) 📝 `docs/release-notes/version-3.5.md` (+1 -0) 📝 `netbox/core/views.py` (+0 -1) 📝 `netbox/extras/api/serializers.py` (+20 -0) 📝 `netbox/extras/api/views.py` (+10 -3) 📝 `netbox/extras/forms/reports.py` (+15 -10) 📝 `netbox/extras/forms/scripts.py` (+8 -11) 📝 `netbox/extras/reports.py` (+1 -0) 📝 `netbox/extras/scripts.py` (+41 -19) 📝 `netbox/extras/views.py` (+2 -2) 📝 `netbox/templates/extras/script.html` (+11 -19) </details> ### 📄 Description ### Closes: #11255 - Introduce a `scheduling_enabled` Meta parameter for scripts & reports --- <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:21:39 +01:00
adam closed this issue 2025-12-29 23:21:39 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13939