mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 04:03:50 +03:00
Wings not showing correct folder #17
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?
Originally created by @camden-git on GitHub (Apr 21, 2024).
Current Behavior
Wings always shows the root folder instead of the correct folder contents.
This has to be a wings issue because wings is receiving the correct path.

Expected Behavior
Show show correct folder contents
Steps to Reproduce
Open any folder
Panel Version
feature/fillament
Wings Version
c55417c21295f2c0bc0c9c52e2d55ee102f5a71b
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
No response
Is there an existing issue for this?
@iamkubi commented on GitHub (Apr 21, 2024):
No reason to believe this is a wings issue.
@iamkubi commented on GitHub (Apr 21, 2024):
Definitely a panel issue caused by changing the parameters passed to wings. Probably caused by
11e6430d42.@NeonSpectrum commented on GitHub (Apr 21, 2024):
@iamkubi That commit should fix the issue since before we're using
GuzzleHttp\Clientbut recently changed toIlluminate\Support\Facades\Http(358ac96ac1 (diff-6f8055f2fd391a469dd0f4dca85676e9458c14222757c25612708f3a837a9b60L55)) that's why we need to update the parameters.@iamkubi commented on GitHub (Apr 24, 2024):
Yep, this was probably only ever broken on old versions of the filament branch. Works fine now.