[PR #935] [MERGED] Add roles to owner selector on Create/Edit Server page #1066

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/935
Author: @rmartinoscar
Created: 1/23/2025
Status: Merged
Merged: 1/23/2025
Merged by: @rmartinoscar

Base: mainHead: add/RoleToOwnerSelector


📝 Commits (2)

  • d914d72 Add roles to owner selector on Create/Edit Server page
  • a4025c5 Only show one

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 app/Filament/Admin/Resources/ServerResource/Pages/CreateServer.php (+1 -1)
📝 app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php (+1 -1)

📄 Description

Before it shown
email | user
email | user (Admin)

now it shows
email | user
email | user (Root Admin)
email | user (Role1, Role2)

I would'v added a screenshot but the select shits the bed the moment i do it


🔄 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/935 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 1/23/2025 **Status:** ✅ Merged **Merged:** 1/23/2025 **Merged by:** [@rmartinoscar](https://github.com/rmartinoscar) **Base:** `main` ← **Head:** `add/RoleToOwnerSelector` --- ### 📝 Commits (2) - [`d914d72`](https://github.com/pelican-dev/panel/commit/d914d726dc41d5574607c84ebdc6c2e34c1e1492) Add roles to owner selector on Create/Edit Server page - [`a4025c5`](https://github.com/pelican-dev/panel/commit/a4025c57df6347f59716e269a8fd64ca5a11ea01) Only show one ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/ServerResource/Pages/CreateServer.php` (+1 -1) 📝 `app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php` (+1 -1) </details> ### 📄 Description Before it shown `email | user` `email | user (Admin)` now it shows `email | user` `email | user (Root Admin)` `email | user (Role1, Role2)` > I would'v added a screenshot but the select shits the bed the moment i do it --- <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:14: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#1066