[PR #2023] [MERGED] Fix plugin settings not showing on non-admin plugins #1712

Closed
opened 2026-02-04 20:09:50 +03:00 by OVERLORD · 0 comments
Owner

📋 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: mainHead: boy132/fix-plugin-settings


📝 Commits (1)

  • b339286 fix 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 admin in 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/2023 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 12/20/2025 **Status:** ✅ Merged **Merged:** 12/21/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/fix-plugin-settings` --- ### 📝 Commits (1) - [`b339286`](https://github.com/pelican-dev/panel/commit/b3392866e0a85e9746efeebb4be84d64d96d605c) fix plugin settings not showing on non-admin plugins ### 📊 Changes **1 file changed** (+3 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `app/Models/Plugin.php` (+3 -6) </details> ### 📄 Description Currently a plugin needs to be loaded on the `admin` in order for the plugin settings to show. This fixes that by using a temp dummy object instead of getting the plugin from filament. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 20:09:50 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1712