Fix tenant dashboard 500 (missing BaselineCompareRun) #125
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/700-bugfix"
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
Fixes a tenant dashboard Internal Server Error caused by
App\\Models\\BaselineCompareRunbeing referenced but not existing.What changed
OperationRun(type=baseline_compare, context baseline_profile_id, ordered by completed_at) instead of the missing model.Tests
vendor/bin/sail artisan test --compact tests/Feature/Filament/BaselineCompareNowWidgetTest.phpvendor/bin/sail artisan test --compact tests/Feature/Filament/TenantDashboardDbOnlyTest.php tests/Feature/Filament/TenantDashboardTenantScopeTest.phpNotes
No UX changes; this is a runtime stability fix only.