obiba / mica2

Mica is a web portal for epidemiological study consortia.
http://www.obiba.org/pages/products/mica/
GNU General Public License v3.0
10 stars 15 forks source link

File Copy Deletes Source File #4398

Closed kazoompa closed 1 year ago

kazoompa commented 1 year ago

The file is no longer there: image

Cause: The copied file and source file both point to the same file in the gridfs and when one is deleted all files in gridfs matching that filename (attachment ID) is deleted.

Possible resolution: GridFsFile has the possibility of adding metadata to the document in Mongo, see if the deletion can be more specific.