mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #1799] [MERGED] Use tenantMiddleware instead of manually fetching tenant query param
#1576
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/1799
Author: @rmartinoscar
Created: 10/12/2025
Status: ✅ Merged
Merged: 10/12/2025
Merged by: @rmartinoscar
Base:
main← Head:fix/serverTenancy📝 Commits (1)
085bf48usetenantMiddlewareinstead of manually fetchingtenantquery parameter📊 Changes
2 files changed (+3 additions, -5 deletions)
View changed files
📝
app/Http/Middleware/Activity/ServerSubject.php(+2 -4)📝
app/Providers/Filament/ServerPanelProvider.php(+1 -1)📄 Description
Closes #1786
Supersedes #1787
->middleware()runs prior to->tenantMiddleware()soIdentifyTenantwasn't loaded and we couldn't useFilament::getTenant().🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.