[PR #1992] [MERGED] Fix schedule actions #1695

Closed
opened 2026-02-05 18:21:46 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1992
Author: @notAreYouScared
Created: 12/13/2025
Status: Merged
Merged: 12/13/2025
Merged by: @notAreYouScared

Base: mainHead: charles/fix-schedule-view


📝 Commits (5)

📊 Changes

6 files changed (+28 additions, -29 deletions)

View changed files

📝 app/Filament/Admin/Pages/ListLogs.php (+1 -1)
📝 app/Filament/Admin/Pages/ViewLogs.php (+1 -1)
📝 app/Filament/Components/Actions/ExportEggAction.php (+1 -1)
📝 app/Filament/Server/Resources/Schedules/Pages/EditSchedule.php (+23 -5)
📝 app/Filament/Server/Resources/Schedules/Pages/ViewSchedule.php (+0 -21)
📝 app/Providers/Filament/FilamentServiceProvider.php (+2 -0)

📄 Description

Move Run Now to edit the page, as it's the first page when a schedule is editable.
Fixed the delete action icon missing.


🔄 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/1992 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 12/13/2025 **Status:** ✅ Merged **Merged:** 12/13/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `charles/fix-schedule-view` --- ### 📝 Commits (5) - [`e7d632c`](https://github.com/pelican-dev/panel/commit/e7d632c97ac7781866422253c9aa81d7c90f2e93) Fix delete icon - [`f19461a`](https://github.com/pelican-dev/panel/commit/f19461a6c7d30fe66e468c208af2a1c57f3e48ce) move run now button - [`038cafb`](https://github.com/pelican-dev/panel/commit/038cafb9fa7e8b4033c1c5f584758e75689a5c2a) running man - [`02cbd82`](https://github.com/pelican-dev/panel/commit/02cbd82282cc4ffba4089fb8f42e70796dd1b69a) remove cancel - [`ecb86db`](https://github.com/pelican-dev/panel/commit/ecb86dbd6e2465e2b1c398e65ff79994d73b505a) move order + update egg export to match schedule export ### 📊 Changes **6 files changed** (+28 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Pages/ListLogs.php` (+1 -1) 📝 `app/Filament/Admin/Pages/ViewLogs.php` (+1 -1) 📝 `app/Filament/Components/Actions/ExportEggAction.php` (+1 -1) 📝 `app/Filament/Server/Resources/Schedules/Pages/EditSchedule.php` (+23 -5) 📝 `app/Filament/Server/Resources/Schedules/Pages/ViewSchedule.php` (+0 -21) 📝 `app/Providers/Filament/FilamentServiceProvider.php` (+2 -0) </details> ### 📄 Description Move `Run Now` to edit the page, as it's the first page when a schedule is editable. Fixed the delete action icon missing. --- <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-05 18:21:46 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#1695