FilamentF
Filament11mo ago
xerud

Filament relation manager and filament shield

Hello there, I have a little problem that I can't figure out if is from directly the relationmanager or the filament shield

I have this 3 relations

NotesRelationManager::class,
MediaRelationManager::class,
WorkersRelationManager::class, 


The only differences from the 3 relation manager is that the WorkersRelationManager has been created with the --attach parameter

If i'm super_admin I can see all the 3 relations but with a user with different role I can see only the Notes and Media one
Was this page helpful?