Skip to content

Geo: Properly check return value of file download return codes

Stan Hu requested to merge sh-geo-fix-file-download-errors into master

If there is some error, the Geo transfer will return with a nil, causing FileDownloadService to set the success value as NULL in the database.

Closes #3749 (closed)

Merge request reports