Issue: Filament Shield - Permissions and Roles for Models Without Filament Resources Not Visible or
in Filament Shield, where permissions and roles for models that do not have Filament resources are not visible or manageable in the Shield interface. Even if permissions and roles are successfully created manually using Spatie Permission, they still do not appear in Filament Shield
2 Replies
Shield manages permissions by role for resources, pages and widgets. What are you trying to do?
You need to have
'custom_permissions' => true,
set in filament-shield.php to see custom permissions.