Added Updated logic in asrs resource pages
This commit is contained in:
@@ -10,6 +10,13 @@ class EditAsrsItemValidation extends EditRecord
|
||||
{
|
||||
protected static string $resource = AsrsItemValidationResource::class;
|
||||
|
||||
protected function mutateFormDataBeforeSave(array $data): array
|
||||
{
|
||||
$data['status'] = 'Updated';
|
||||
|
||||
return $data;
|
||||
}
|
||||
|
||||
protected function getHeaderActions(): array
|
||||
{
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user