mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #2129] [MERGED] Set failed plugin installs to "not_installed" instead of errored #1777
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?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/2129
Author: @Boy132
Created: 1/21/2026
Status: ✅ Merged
Merged: 1/23/2026
Merged by: @Boy132
Base:
main← Head:boy132/installed-error-plugin-status📝 Commits (2)
a34cd81set failed installs to "not_installed" instead of errored264270bcleanup📊 Changes
1 file changed (+32 additions, -38 deletions)
View changed files
📝
app/Services/Helpers/PluginService.php(+32 -38)📄 Description
Followup for #2084
Failed installs should not be set to
Erroredbecause the plugin loader will try to loadErroredplugins and if they load "successful" the plugin will be enabled again.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.