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
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.
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.