1
0
forked from poc/pds

issue solved for not updated records

This commit is contained in:
dhanabalan
2026-05-26 12:32:23 +05:30
parent d2f4d417ba
commit dca5d499be

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 [