[PR #1341] [MERGED] Cleanup files mount and fix path for global search #1335

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1341
Author: @Boy132
Created: 5/5/2025
Status: Merged
Merged: 5/6/2025
Merged by: @Boy132

Base: mainHead: boy132/cleanup-files


📝 Commits (1)

  • d4c18b0 cleanup files mount and fix path for global search

📊 Changes

2 files changed (+4 additions, -17 deletions)

View changed files

📝 app/Filament/Server/Resources/FileResource/Pages/ListFiles.php (+1 -8)
📝 app/Filament/Server/Resources/FileResource/Pages/SearchFiles.php (+3 -9)

📄 Description

  • Overwriting mount to get the path & search term in ListFiles & SearchFiles isn't needed.
  • path in SearchFiles was never correctly filled because of missing Url attribute.

🔄 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/1341 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 5/5/2025 **Status:** ✅ Merged **Merged:** 5/6/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/cleanup-files` --- ### 📝 Commits (1) - [`d4c18b0`](https://github.com/pelican-dev/panel/commit/d4c18b0555381b2138f08742dee8cd02be0f9ba3) cleanup files mount and fix path for global search ### 📊 Changes **2 files changed** (+4 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Server/Resources/FileResource/Pages/ListFiles.php` (+1 -8) 📝 `app/Filament/Server/Resources/FileResource/Pages/SearchFiles.php` (+3 -9) </details> ### 📄 Description - Overwriting `mount` to get the path & search term in `ListFiles` & `SearchFiles` isn't needed. - `path` in `SearchFiles` was never correctly filled because of missing `Url` attribute. --- <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:10:40 +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#1335