-
-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Admin Roles #502
Admin Roles #502
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
# Conflicts: # app/Filament/Resources/ServerResource/Pages/CreateServer.php
Looks good, Seems like we will have a lot of updating to do when we add this. Things like "restore" & "force delete" aren't useful for us. |
Yeah, we don't have any view pages for our resources. And we need to check all actions. (plus add any "special" permissions if needed)
True, I removed them. |
76d2055
to
409c90a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From what i've tested, all seems well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
database/migrations/2024_08_01_114538_remove_root_admin_column.php
Outdated
Show resolved
Hide resolved
….php Co-authored-by: Lance Pioch <lancepioch@gmail.com>
Uses
spatie/laravel-permission
to add roles and permissions (for admins). This does not change subuser permissions! (#193)A role named "Root Admin" is created during seeding. This role has all permissions and will replace the old
root_admin
bool.Example: