issue solved for not updated records
This commit is contained in:
@@ -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 [
|
||||
|
||||
Reference in New Issue
Block a user