[PR #1141] [MERGED] Schedules: Update next_run_at when editing & show notification if cron is invalid #1205

Closed
opened 2026-02-04 19:26:16 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1141
Author: @Boy132
Created: 3/21/2025
Status: Merged
Merged: 3/24/2025
Merged by: @Boy132

Base: mainHead: boy132/fix-schedule-update-next_run_at


📝 Commits (3)

  • 43f5cfe update next_run_at when editing & show notification if cron is invalid
  • 67b7d2f move getNextRun to resource
  • 2fab50f Merge remote-tracking branch 'upstream/main' into boy132/fix-schedule-update-next_run_at

📊 Changes

3 files changed (+39 additions, -20 deletions)

View changed files

📝 app/Filament/Server/Resources/ScheduleResource.php (+19 -0)
📝 app/Filament/Server/Resources/ScheduleResource/Pages/CreateSchedule.php (+7 -20)
📝 app/Filament/Server/Resources/ScheduleResource/Pages/EditSchedule.php (+13 -0)

📄 Description

Closes #1140


🔄 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/pelican-dev/panel/pull/1141 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 3/21/2025 **Status:** ✅ Merged **Merged:** 3/24/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/fix-schedule-update-next_run_at` --- ### 📝 Commits (3) - [`43f5cfe`](https://github.com/pelican-dev/panel/commit/43f5cfeb9f06e908ed83c1fce7c49287ffe0e163) update `next_run_at` when editing & show notification if cron is invalid - [`67b7d2f`](https://github.com/pelican-dev/panel/commit/67b7d2f96906b87fff990951ba84893634fa12a5) move getNextRun to resource - [`2fab50f`](https://github.com/pelican-dev/panel/commit/2fab50f96c422b56e3a70c2f2e293cabb7b0c5a0) Merge remote-tracking branch 'upstream/main' into boy132/fix-schedule-update-next_run_at ### 📊 Changes **3 files changed** (+39 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Server/Resources/ScheduleResource.php` (+19 -0) 📝 `app/Filament/Server/Resources/ScheduleResource/Pages/CreateSchedule.php` (+7 -20) 📝 `app/Filament/Server/Resources/ScheduleResource/Pages/EditSchedule.php` (+13 -0) </details> ### 📄 Description Closes #1140 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 19:26:16 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1205