Skip to content

fix handle_uploaded_data

Alexander Pace requested to merge fix-296 into master

Fixes: #296 (closed)

The file version in log messages for initial/replacement uploads was set to zero in all cases. And since the web file view uses gracedb's logs and not the actual folder contents, that was broken.

This passes the file version as an argument and fixes this issue.

Also:

  • update the log message when a event is replaced so it's not "Original Data"
Edited by Alexander Pace

Merge request reports