1
0
forked from poc/pds

Merge pull request 'issue solved for not updated records' (#652) from ranjith-dev into master

Reviewed-on: poc/pds#652
This commit is contained in:
2026-05-26 07:02:41 +00:00

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 [