1
0
forked from poc/pds

changed logic in asrs item validations

This commit is contained in:
dhanabalan
2026-06-01 09:33:58 +05:30
parent 95ff0fd1a2
commit 8e6859fca2

View File

@@ -391,8 +391,7 @@ class AsrsItemValidationResource extends Resource
return false; return false;
} }
return empty($record->status) return trim(strtolower($record->status)) == 'updated';
|| trim(strtolower($record->status)) == 'updated';
}), }),
]) ])
->bulkActions([ ->bulkActions([