Commit Graph

1 Commits

Author SHA1 Message Date
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