From dca5d499bebec93a35cfaec00af350533c716525 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Tue, 26 May 2026 12:32:23 +0530 Subject: [PATCH] issue solved for not updated records --- .../Pages/EditAsrsItemValidation.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/app/Filament/Resources/AsrsItemValidationResource/Pages/EditAsrsItemValidation.php b/app/Filament/Resources/AsrsItemValidationResource/Pages/EditAsrsItemValidation.php index e868b49..3d30845 100644 --- a/app/Filament/Resources/AsrsItemValidationResource/Pages/EditAsrsItemValidation.php +++ b/app/Filament/Resources/AsrsItemValidationResource/Pages/EditAsrsItemValidation.php @@ -19,9 +19,17 @@ class EditAsrsItemValidation extends EditRecord protected function getRedirectUrl(): string { - return $this->getResource()::getUrl('index'); + return $this->getResource()::getUrl( + 'index', + [ + 'tableFilters' => [ + 'advanced_filters' => [ + 'status' => 'NotUpdated', + ], + ], + ] + ); } - protected function getHeaderActions(): array { return [