fix: consolidate tenant creation + harden selection flows #131
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "107-workspace-chooser"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
/admin/tenants/create) so tenant creation is handled exclusively via the onboarding wizard.Key changes
CreateTenantpage + route fromTenantResource.TenantResource::canCreate()now returnsfalse(CRUD creation disabled).admin.onboarding).selectTenant()instead of a form POST.Tests
vendor/bin/sail artisan test --compact --filter='Onboarding|ManagedTenantOnboarding'vendor/bin/sail artisan test --compact --filter='ManagedTenantsLivewireUpdate'vendor/bin/sail artisan test --compact --filter='TenantSetup|TenantResourceAuth|TenantAdminAuth|ListTenants'vendor/bin/sail artisan test --compact --filter='BaselineProfile'vendor/bin/sail artisan test --compact --filter='ChooseTenant|TenantMake|TenantScoping|AdminTenantScoped|AdminHomeRedirect|WorkspaceContext'Notes