mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #816] [MERGED] Properly handle 404 for editing files #988
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/816
Author: @Boy132
Created: 12/11/2024
Status: ✅ Merged
Merged: 12/12/2024
Merged by: @Boy132
Base:
main← Head:fix/files-404📝 Commits (1)
eada468properly handle 404 for editing files📊 Changes
3 files changed (+19 additions, -10 deletions)
View changed files
📝
app/Filament/Server/Resources/FileResource/Pages/EditFiles.php(+11 -8)📝
app/Repositories/Daemon/DaemonFileRepository.php(+6 -0)📝
resources/views/errors/404.blade.php(+2 -2)📄 Description
Panel-side preparation for https://github.com/pelican-dev/wings/issues/48 (@QuintenQVD0)
Abort with 404 if wings returns a 404.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.