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
Showing only changes of commit dca5d499be - Show all commits

View File

@@ -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 [