TenantAtlas/app/Filament/Pages/Workspaces
Ahmed Darrazi 797728a243 fix: use simple layout for ManagedTenantsLanding to prevent Livewire update 404s
The full panel layout renders DatabaseNotifications (lazy-loaded) and
BulkOperationProgress (polling), whose Livewire update requests fail
with 404 due to persistent middleware route-binding issues on this
manually-routed page.

Switch to simple layout matching ChooseWorkspace/ChooseTenant/NoAccess
pattern — appropriate for this transitional/landing page.

Add test verifying Livewire updates succeed on managed-tenants page.
2026-02-22 18:20:05 +01:00
..
ManagedTenantOnboardingWizard.php fix(onboarding): preserve workspace scope and consent flow (#117) 2026-02-15 22:27:55 +00:00
ManagedTenantsLanding.php fix: use simple layout for ManagedTenantsLanding to prevent Livewire update 404s 2026-02-22 18:20:05 +01:00