JG
JG
FFilament
Created by JG on 10/24/2024 in #❓┊help
Show both an infolist and a form on a RelationManager modal
If I define infolist() on a RelationManager class, I get a modal with an infolist. If I define form() I get a form. But if I define both, I don't get both but only the infolist. Any quick fix for this? Do I need to override the view for this or is there a simpler solution?
5 replies
FFilament
Created by JG on 7/22/2024 in #❓┊help
Filament::getTenant() is null on AJAX calls
When things are updated like table poll requests, it uses a middleware I am using to sync the spatie permission team id with the filament team. This works well on page requests but on AJAX requests Filament::getTenant() is null. Any idea how I can fix that?
6 replies