issue solved for not updated records
Some checks failed
Gemini PR Review / Gemini PR Review (pull_request) Waiting to run
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Waiting to run
Laravel Larastan / larastan (pull_request) Waiting to run
Laravel Pint / pint (pull_request) Waiting to run
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled

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 [