[PR #979] [CLOSED] Use shorthand for getting user id #1093

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/979
Author: @rmartinoscar
Created: 2/7/2025
Status: Closed

Base: mainHead: fix/UserID


📝 Commits (2)

  • 8cd2383 Use shorthand to avoid loading the whole User Model
  • c5b573f Merge branch 'main' into fix/UserID

📊 Changes

7 files changed (+11 additions, -11 deletions)

View changed files

📝 app/Filament/Admin/Resources/ApiKeyResource/Pages/CreateApiKey.php (+1 -1)
📝 app/Filament/Admin/Resources/ServerResource/Pages/CreateServer.php (+1 -1)
📝 app/Filament/Admin/Resources/UserResource/Pages/EditUser.php (+3 -3)
📝 app/Filament/Admin/Resources/UserResource/Pages/ListUsers.php (+1 -1)
📝 app/Filament/App/Resources/ServerResource/Pages/ListServers.php (+2 -2)
📝 app/Filament/Server/Resources/FileResource/Pages/DownloadFiles.php (+1 -1)
📝 app/Filament/Server/Resources/UserResource.php (+2 -2)

📄 Description

No description provided


🔄 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/979 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 2/7/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/UserID` --- ### 📝 Commits (2) - [`8cd2383`](https://github.com/pelican-dev/panel/commit/8cd2383444af20498aabd198715c7c9521ac7b67) Use shorthand to avoid loading the whole User Model - [`c5b573f`](https://github.com/pelican-dev/panel/commit/c5b573f3251996657265144668fe7839966b132e) Merge branch 'main' into fix/UserID ### 📊 Changes **7 files changed** (+11 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/ApiKeyResource/Pages/CreateApiKey.php` (+1 -1) 📝 `app/Filament/Admin/Resources/ServerResource/Pages/CreateServer.php` (+1 -1) 📝 `app/Filament/Admin/Resources/UserResource/Pages/EditUser.php` (+3 -3) 📝 `app/Filament/Admin/Resources/UserResource/Pages/ListUsers.php` (+1 -1) 📝 `app/Filament/App/Resources/ServerResource/Pages/ListServers.php` (+2 -2) 📝 `app/Filament/Server/Resources/FileResource/Pages/DownloadFiles.php` (+1 -1) 📝 `app/Filament/Server/Resources/UserResource.php` (+2 -2) </details> ### 📄 Description _No description provided_ --- <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:17:00 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1093