mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #1311] [MERGED] Rework subuser permission loading #1313
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/1311
Author: @PalmarHealer
Created: 4/27/2025
Status: ✅ Merged
Merged: 5/6/2025
Merged by: @notAreYouScared
Base:
main← Head:rework-subuser-permission-loading📝 Commits (10+)
8e24c43Remove open in new tab since both are on filament now.1dfab66Rework permission tab loading4183119Rework permission tab loadinged65dc0Merge pull request #2 from PalmarHealer/remove-open-in-new-taba51dd2bRework permission tab loadingaf8ef6bUpdate UserResource.php0afc500Fix: wrong name usedd4bd3f4Merge branch 'main' into rework-subuser-permission-loading5f60863Update permission loading583f08eFix Pint and PHPStan error📊 Changes
4 files changed (+157 additions, -741 deletions)
View changed files
📝
app/Filament/Server/Resources/UserResource.php(+47 -318)📝
app/Filament/Server/Resources/UserResource/Pages/ListUsers.php(+34 -307)📝
app/Models/Permission.php(+74 -114)📝
lang/en/server/users.php(+2 -2)📄 Description
While not strictly necessary, this makes future expansions easier.
This system allows for the automatic registration of tabs. If extensions are introduced in the future, it will be possible to register tabs via functions.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.