[PR #1758] [MERGED] Make sure default variable value is set and that variables are created when viewing server #1555

Closed
opened 2026-02-04 19:56:36 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1758
Author: @Boy132
Created: 9/29/2025
Status: Merged
Merged: 9/29/2025
Merged by: @Boy132

Base: mainHead: boy132/fix-startup-default


📝 Commits (3)

  • a8345f9 make sure default variable value is set and that variables are created when viewing server
  • 3c35977 create helper method
  • f7e9f20 rename function

📊 Changes

3 files changed (+18 additions, -10 deletions)

View changed files

📝 app/Filament/Admin/Resources/Servers/Pages/EditServer.php (+1 -9)
📝 app/Filament/Server/Pages/Startup.php (+5 -1)
📝 app/Models/Server.php (+12 -0)

📄 Description

Closes #1754


🔄 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/1758 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 9/29/2025 **Status:** ✅ Merged **Merged:** 9/29/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/fix-startup-default` --- ### 📝 Commits (3) - [`a8345f9`](https://github.com/pelican-dev/panel/commit/a8345f9adca40575d7cd1737bbc9132726392dac) make sure default variable value is set and that variables are created when viewing server - [`3c35977`](https://github.com/pelican-dev/panel/commit/3c359771b1c2d27308c2ab2114a1d7ba7c90280d) create helper method - [`f7e9f20`](https://github.com/pelican-dev/panel/commit/f7e9f2082c4619aeb7712d99790bb1fff35c07b8) rename function ### 📊 Changes **3 files changed** (+18 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/Servers/Pages/EditServer.php` (+1 -9) 📝 `app/Filament/Server/Pages/Startup.php` (+5 -1) 📝 `app/Models/Server.php` (+12 -0) </details> ### 📄 Description Closes #1754 --- <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 19:56:36 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1555