HolmesProcessing / Holmes-Storage

The Storage Planner manages access to all data within the Holmes Processing system. It orchestrates the interaction across multiple Databases, serves the files for analysis, etc.
16 stars 7 forks source link

Correct values for "source", "submissions", and "obj_name" #25

Closed Ma-Shell closed 8 years ago

Ma-Shell commented 8 years ago

When the user requested to store an object, the fields "source", "submissions", and "obj_name" were aggregated from previous uploads of the same sample and then correctly stored in the database. The object returned to the uploader, however, only contained empty strings for these fields. This issue is tackled by this pull request.