Filament 3.x bulkaction url closure problem
I have a table full of records of ModelA.
In this table I am trying to make a bulkaction.
This bulkaction should redirect to a route provided in the web.php in a new tab.
However there are some conditions.
First and foremost I need to have actual records selected, the rest don’t really matter for the issue.
ApplyTenantScopes middleware is run twice in Filament/multi-tenancy
ApplyTenantScopes middleware is run twice resulting in a duplicate query (multi-tenancy).
I don’t know if this is a bug or am I doing something wrong.