[PR #19693] [MERGED] 19555 fix script API validation for scheduled_at #15709

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/19693
Author: @arthanson
Created: 6/11/2025
Status: Merged
Merged: 6/11/2025
Merged by: @jnovinger

Base: mainHead: 19555-script


📝 Commits (2)

  • dfb931e 19555 fix script API validation for scheduled_at
  • ff42e8a 19555 fix script API validation for scheduled_at

📊 Changes

2 files changed (+3 additions, -2 deletions)

View changed files

📝 netbox/extras/api/serializers_/scripts.py (+2 -2)
📝 netbox/extras/api/views.py (+1 -0)

📄 Description

Fixes: #19555

Fixes verification check on Script API call when using schedule_at or interval. Note: If testing this will probably run into #19529 which also affects script calling via API.


🔄 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/19693 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 6/11/2025 **Status:** ✅ Merged **Merged:** 6/11/2025 **Merged by:** [@jnovinger](https://github.com/jnovinger) **Base:** `main` ← **Head:** `19555-script` --- ### 📝 Commits (2) - [`dfb931e`](https://github.com/netbox-community/netbox/commit/dfb931e75b0c982403115606d491f7e9ddfa46c6) 19555 fix script API validation for scheduled_at - [`ff42e8a`](https://github.com/netbox-community/netbox/commit/ff42e8abf4bc654b9676c6beb2943d5ce31e9886) 19555 fix script API validation for scheduled_at ### 📊 Changes **2 files changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `netbox/extras/api/serializers_/scripts.py` (+2 -2) 📝 `netbox/extras/api/views.py` (+1 -0) </details> ### 📄 Description ### Fixes: #19555 Fixes verification check on Script API call when using schedule_at or interval. Note: If testing this will probably run into #19529 which also affects script calling via API. --- <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:23:34 +01:00
adam closed this issue 2025-12-30 00:23:34 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15709