We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
null
Description
Some entries in the adhoc validation database have null values for some columns, and a validation status of N/A.
N/A
For example, when calling https://api.iatistandard.org/vs/pvt/adhoc/session/?sessionId=..., some entries look similar to the below example:
https://api.iatistandard.org/vs/pvt/adhoc/session/?sessionId=...
{ "guid": "...", "filename": "...", "report": { "valid": null, "summary": null, "fileType": null, "iatiVersion": null }, "valid": null, "session_id": "...", "created": "2024-10-24T00:00:00.000Z", "validated": "2024-10-24T00:00:00.000Z", "class": "text-normal", "status": "N/A" }
I think this is unexpected behaviour, so we need to investigate why it is happening.
Severity Medium
It's unclear how big of a problem this is, but doesn't seem to be immediately blocking people from using IATI Validator, hence Medium.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Some entries in the adhoc validation database have
null
values for some columns, and a validation status ofN/A
.For example, when calling
https://api.iatistandard.org/vs/pvt/adhoc/session/?sessionId=...
, some entries look similar to the below example:I think this is unexpected behaviour, so we need to investigate why it is happening.
Severity
Medium
It's unclear how big of a problem this is, but doesn't seem to be immediately blocking people from using IATI Validator, hence Medium.
The text was updated successfully, but these errors were encountered: