mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
Improve error message when deleting eggs with dependencies #508
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 @Kalletal on GitHub (Dec 6, 2025).
Description
When trying to delete an egg that has dependencies (servers using it, egg variables, etc.), the
error message displayed is not helpful:
This message doesn't explain why the deletion failed.
Steps to Reproduce
Expected Behavior
The error message should be more descriptive, for example:
Server2]"
Current Behavior
Generic message "Failed to delete 1 could not be deleted" with no indication of the actual
cause.
Environment
ghcr.io/pelican-dev/panel:latest)Additional Context
This would greatly improve the admin UX by helping administrators understand what action they
need to take before deleting an egg.
@gOOvER commented on GitHub (Dec 7, 2025):
i can confirm this; when Bulk action is used, the description is missleading