[PR #816] [MERGED] Properly handle 404 for editing files #988

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

📋 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: mainHead: fix/files-404


📝 Commits (1)

  • eada468 properly 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/816 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 12/11/2024 **Status:** ✅ Merged **Merged:** 12/12/2024 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `fix/files-404` --- ### 📝 Commits (1) - [`eada468`](https://github.com/pelican-dev/panel/commit/eada468bfd7f368b25bd3ce692336f3c8ff6c7c7) properly handle 404 for editing files ### 📊 Changes **3 files changed** (+19 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Panel-side preparation for https://github.com/pelican-dev/wings/issues/48 (@QuintenQVD0) Abort with 404 if wings returns a 404. --- <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:08:06 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#988