[PR #1116] [MERGED] Fix path resolving when moving files #1185

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1116
Author: @Boy132
Created: 3/18/2025
Status: Merged
Merged: 3/18/2025
Merged by: @Boy132

Base: mainHead: boy132/fix-file-move


📝 Commits (3)

  • 951c544 don't resolve new path when moving file
  • f0c6416 use full path in activity log
  • 04ea6fc don't require file name when moving

📊 Changes

2 files changed (+13 additions, -11 deletions)

View changed files

📝 app/Filament/Server/Resources/FileResource/Pages/ListFiles.php (+12 -10)
📝 lang/en/activity.php (+1 -1)

📄 Description

Wings can handle moving backwards (../file.txt) so we don't need to resolve the path on the panel side.


🔄 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/1116 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 3/18/2025 **Status:** ✅ Merged **Merged:** 3/18/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/fix-file-move` --- ### 📝 Commits (3) - [`951c544`](https://github.com/pelican-dev/panel/commit/951c5449bcaaac5808cd4bfbf43a1722ee2bce81) don't resolve new path when moving file - [`f0c6416`](https://github.com/pelican-dev/panel/commit/f0c641620bd68528818139a3a6a478493d7a9bc3) use full path in activity log - [`04ea6fc`](https://github.com/pelican-dev/panel/commit/04ea6fcd949f0da442260652f76a610118ce5dcf) don't require file name when moving ### 📊 Changes **2 files changed** (+13 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Server/Resources/FileResource/Pages/ListFiles.php` (+12 -10) 📝 `lang/en/activity.php` (+1 -1) </details> ### 📄 Description Wings can handle moving backwards (`../file.txt`) so we don't need to resolve the path on the panel side. --- <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:24:36 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1185