Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Imaging Uploader] Prevent upload duplication and handle other mriFil…
…e statuses (#3150) When retrieving the list of MRI's, _getFileList will only append files which already exist in the incoming data directory. However these files get deleted when the MRI pipeline runs successfully, allowing for duplicate uploads for previously successful files. It can be assumed that the insertion was successful based on the number of MINCs inserted being > 0. Use this in addition to file existence to generate the mriList which gets checked when an upload form is submitted.
- Loading branch information