mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Missing YAML file type in selection when importing eggs #519
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 @Leon-JavaScript on GitHub (Dec 13, 2025).
Current Behavior
When browsing the system files in the import egg popup, the windows selection only shows JSON files by default.

Expected Behavior
It should show JSON and YAML files.
Steps to Reproduce
ImportBrowsePanel Version
canary
Is there an existing issue for this?
@notAreYouScared commented on GitHub (Dec 13, 2025):
fdd9faaaa3/app/Filament/Components/Actions/ImportEggAction.php (L123)I mean... It exists in the code... no idea why this happens.
@Leon-JavaScript commented on GitHub (Dec 13, 2025):
Yeah, I've also checked the code because I would've made a PR on it, but because the file types are already there, I also don't know why this happens.
@notAreYouScared commented on GitHub (Dec 13, 2025):
PR #2000 will fix this :)