[PR #2050] [MERGED] Fix relation managers for admin server resource #1728

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/2050
Author: @Boy132
Created: 12/25/2025
Status: Merged
Merged: 12/25/2025
Merged by: @Boy132

Base: mainHead: boy132/fix-server-relation-managers


📝 Commits (1)

  • 50f44e0 fix relation managers for admin server resource

📊 Changes

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

View changed files

📝 app/Filament/Admin/Resources/Servers/Pages/EditServer.php (+0 -10)
📝 app/Filament/Admin/Resources/Servers/ServerResource.php (+2 -0)

📄 Description

Overriding getRelationManagers in EditServer made it impossible to register custom relation managers via ServerResource::registerCustomRelations(...).


🔄 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/2050 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 12/25/2025 **Status:** ✅ Merged **Merged:** 12/25/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/fix-server-relation-managers` --- ### 📝 Commits (1) - [`50f44e0`](https://github.com/pelican-dev/panel/commit/50f44e0d1041a7bddb63dd4b24c03f05bc112f52) fix relation managers for admin server resource ### 📊 Changes **2 files changed** (+2 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/Servers/Pages/EditServer.php` (+0 -10) 📝 `app/Filament/Admin/Resources/Servers/ServerResource.php` (+2 -0) </details> ### 📄 Description Overriding `getRelationManagers` in `EditServer` made it impossible to register custom relation managers via `ServerResource::registerCustomRelations(...)`. --- <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:11:02 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1728