mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-26 11:33:52 +03:00
[PR #1314] [MERGED] Improve file error handling #1316
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/1314
Author: @Boy132
Created: 4/29/2025
Status: ✅ Merged
Merged: 4/29/2025
Merged by: @Boy132
Base:
main← Head:boy132/file-error-handling📝 Commits (3)
0e33ef0improve file error handling128b80bsmall cleanup35b883afix typo📊 Changes
3 files changed (+87 additions, -122 deletions)
View changed files
📝
app/Filament/Server/Resources/FileResource/Pages/EditFiles.php(+12 -9)📝
app/Filament/Server/Resources/FileResource/Pages/ListFiles.php(+66 -102)📝
app/Models/File.php(+9 -11)📄 Description
Removes extra node request from
ListFilesand letFilehandle node connection errors.When an errors happen with
EditFilesit will now redirect to thepathdirectory instead of the root.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.