Cyborgmatt
Cyborgmatt
FFilament
Created by Cyborgmatt on 12/25/2023 in #❓┊help
Override Global Search's category title
Perfect! thanks buddy
6 replies
FFilament
Created by Cyborgmatt on 9/23/2023 in #❓┊help
Duplicate queries with navigation badges + multi-tenancy
Im still not sure why each one is being fired off twice either
5 replies
FFilament
Created by Cyborgmatt on 9/23/2023 in #❓┊help
Duplicate queries with navigation badges + multi-tenancy
if I apply the ApplyTenantScopes from the docs you can see that its being fired off for each team regardless of which one you have active
select count(*) as aggregate from `videos` where `videos`.`channel_id` in (1)
460μs
/app/Filament/Resources/VideoResource.php:37
select count(*) as aggregate from `videos` where `videos`.`channel_id` in (1)
390μs
/app/Filament/Resources/VideoResource.php:37
select count(*) as aggregate from `videos` where `videos`.`channel_id` in (2)
390μs
/app/Filament/Resources/VideoResource.php:37
select count(*) as aggregate from `videos` where `videos`.`channel_id` in (2)
340μs
/app/Filament/Resources/VideoResource.php:37
select count(*) as aggregate from `videos` where `videos`.`channel_id` in (1)
460μs
/app/Filament/Resources/VideoResource.php:37
select count(*) as aggregate from `videos` where `videos`.`channel_id` in (1)
390μs
/app/Filament/Resources/VideoResource.php:37
select count(*) as aggregate from `videos` where `videos`.`channel_id` in (2)
390μs
/app/Filament/Resources/VideoResource.php:37
select count(*) as aggregate from `videos` where `videos`.`channel_id` in (2)
340μs
/app/Filament/Resources/VideoResource.php:37
5 replies