plytas.dev
SPA multi-tenancy global search does not respect tenant switch
In multi-tenant SPA panel switching tenants does not reload global search component and it still shows records from previous tenant. This does not happen on non SPA mode.
I've submitted an issue on GitHub with reproduction repo: https://github.com/filamentphp/filament/issues/14196
Maybe someone here experienced ans solved this issue before?
2 replies
TernaryFilter null state is broken after refreshing and reseting filters.
Ran into issue with
TernaryFilter
, which also applies to TrashedFilter
that's present in https://github.com/filamentphp/demo.
This only started breaking since version 3.0.28 when filter query params were introduced.
How to reproduce the issue:
1. Set up filament demo
2. Upgrade to version 3.0.28 or above
3. Open Customers index /shop/customers
4. Enable filter With deleted records
5. Refresh the page
6. Click Reset
button in filter form
7. Observe that url query parameter has null
for filter value
8. Refresh the page
9. Observe incorrect filter being applied.15 replies