mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 03:14:39 +03:00
[PR #2023] [MERGED] Fix plugin settings not showing on non-admin plugins #1712
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/2023
Author: @Boy132
Created: 12/20/2025
Status: ✅ Merged
Merged: 12/21/2025
Merged by: @Boy132
Base:
main← Head:boy132/fix-plugin-settings📝 Commits (1)
b339286fix plugin settings not showing on non-admin plugins📊 Changes
1 file changed (+3 additions, -6 deletions)
View changed files
📝
app/Models/Plugin.php(+3 -6)📄 Description
Currently a plugin needs to be loaded on the
adminin order for the plugin settings to show. This fixes that by using a temp dummy object instead of getting the plugin from filament.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.