[PR #1618] [MERGED] Fix translation for invalid schedule cron + cleanup translations for import modal #1487

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1618
Author: @Boy132
Created: 8/16/2025
Status: Merged
Merged: 8/19/2025
Merged by: @Boy132

Base: mainHead: boy132/fix-schedule-translation


📝 Commits (2)

  • 46827ba add error handling to getScheduleNextRunDate
  • bd40093 move translations to correct namespace

📊 Changes

4 files changed (+31 additions, -27 deletions)

View changed files

📝 app/Filament/Components/Actions/ImportScheduleAction.php (+11 -11)
📝 app/Filament/Server/Resources/ScheduleResource.php (+9 -1)
lang/en/admin/schedule.php (+0 -15)
📝 lang/en/server/schedule.php (+11 -0)

📄 Description

Closes #1617


🔄 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/1618 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 8/16/2025 **Status:** ✅ Merged **Merged:** 8/19/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/fix-schedule-translation` --- ### 📝 Commits (2) - [`46827ba`](https://github.com/pelican-dev/panel/commit/46827ba45056b17517961579ba3e8e5959166391) add error handling to getScheduleNextRunDate - [`bd40093`](https://github.com/pelican-dev/panel/commit/bd4009367fa5d046745a56e385f0ae79df9694e5) move translations to correct namespace ### 📊 Changes **4 files changed** (+31 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Components/Actions/ImportScheduleAction.php` (+11 -11) 📝 `app/Filament/Server/Resources/ScheduleResource.php` (+9 -1) ➖ `lang/en/admin/schedule.php` (+0 -15) 📝 `lang/en/server/schedule.php` (+11 -0) </details> ### 📄 Description Closes #1617 --- <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:15:26 +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#1487