[PR #1008] [MERGED] Add missing selectablePlaceholder(false) & native(false) Fix 500 #1113

Closed
opened 2026-02-05 18:04:14 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1008
Author: @rmartinoscar
Created: 2/14/2025
Status: Merged
Merged: 2/14/2025
Merged by: @rmartinoscar

Base: mainHead: fix/MissingSelectablePlaceHolderFalse


📝 Commits (2)

  • b4ce927 Add missing selectablePlaceholder(false)
  • e15b3fa Add missing native(false)

📊 Changes

4 files changed (+13 additions, -3 deletions)

View changed files

📝 app/Filament/Admin/Pages/Settings.php (+1 -0)
📝 app/Filament/Admin/Resources/ServerResource/Pages/CreateServer.php (+2 -0)
📝 app/Filament/Pages/Auth/EditProfile.php (+7 -2)
📝 app/Filament/Server/Resources/ScheduleResource.php (+3 -1)

📄 Description

Those where causing 500
Added native(false) for cleaner UI


🔄 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/1008 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 2/14/2025 **Status:** ✅ Merged **Merged:** 2/14/2025 **Merged by:** [@rmartinoscar](https://github.com/rmartinoscar) **Base:** `main` ← **Head:** `fix/MissingSelectablePlaceHolderFalse` --- ### 📝 Commits (2) - [`b4ce927`](https://github.com/pelican-dev/panel/commit/b4ce927f1ba695329f6e67247c767c1bfc3c719d) Add missing `selectablePlaceholder(false)` - [`e15b3fa`](https://github.com/pelican-dev/panel/commit/e15b3fa1df22386525db48ab557350e2ee457ef5) Add missing `native(false)` ### 📊 Changes **4 files changed** (+13 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Pages/Settings.php` (+1 -0) 📝 `app/Filament/Admin/Resources/ServerResource/Pages/CreateServer.php` (+2 -0) 📝 `app/Filament/Pages/Auth/EditProfile.php` (+7 -2) 📝 `app/Filament/Server/Resources/ScheduleResource.php` (+3 -1) </details> ### 📄 Description Those where causing 500 Added `native(false)` for cleaner UI --- <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-05 18:04:14 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#1113