issue solved for not updated records #652

Merged
jothi merged 1 commits from ranjith-dev into master 2026-05-26 07:02:42 +00:00

View File

@@ -19,9 +19,17 @@ class EditAsrsItemValidation extends EditRecord
protected function getRedirectUrl(): string protected function getRedirectUrl(): string
{ {
return $this->getResource()::getUrl('index'); return $this->getResource()::getUrl(
'index',
[
'tableFilters' => [
'advanced_filters' => [
'status' => 'NotUpdated',
],
],
]
);
} }
protected function getHeaderActions(): array protected function getHeaderActions(): array
{ {
return [ return [