UtrechtUniversity / yoda

A system for reliable, long-term storing and archiving large amounts of research data during all stages of a study.
https://utrechtuniversity.github.io/yoda/
GNU General Public License v3.0
44 stars 26 forks source link

[BUG] Webportal whitespace conversion to underscore in filenames #337

Closed Danny-dK closed 7 months ago

Danny-dK commented 8 months ago

Is there an existing issue for this?

Current Behavior

Upload a file in the webportal with a file name that has a whitespace: 'my file name.docx'. This filename will have white spaces converted to underscores resulting in 'my_file_name.docx'

Expected Behavior

Keep the filename as is.

Steps To Reproduce

No response

Environment

- Yoda: 1.8 and in acceptance 1.9

Anything else?

This issue is already known and presented to Yoda developers and is being worked on. But I think this bug is important enough to display publicly here as this can lead to inconsistencies in users identifying the correct versions of their data files.