From d2f4d417bacad10f7dd66628568899780abf18ba Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Tue, 26 May 2026 12:16:44 +0530 Subject: [PATCH] Added naviagte table screen logic for asrs --- .../Pages/EditAsrsItemValidation.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/Filament/Resources/AsrsItemValidationResource/Pages/EditAsrsItemValidation.php b/app/Filament/Resources/AsrsItemValidationResource/Pages/EditAsrsItemValidation.php index 97c2361..e868b49 100644 --- a/app/Filament/Resources/AsrsItemValidationResource/Pages/EditAsrsItemValidation.php +++ b/app/Filament/Resources/AsrsItemValidationResource/Pages/EditAsrsItemValidation.php @@ -17,6 +17,11 @@ class EditAsrsItemValidation extends EditRecord return $data; } + protected function getRedirectUrl(): string + { + return $this->getResource()::getUrl('index'); + } + protected function getHeaderActions(): array { return [