Bugfix: Resolve additional json being appended to downloaded files
What does this MR do and why?
Screenshots or screen recordings
The string {"status":"ok"}
was being appended to files downloaded from the files tab. This removes the additional json information that was being appended to the file. Resolves #605
How to set up and validate locally
Download a file from the files tab. Inspect that it matches the file that is present in the server and does not have additional data being appended.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
Have you checked this doesn't interfere/conflict/duplicate someone elses work? -
Have you fully tested your changes? -
Have you resolved any lint issues? -
Have you assigned a reviewer? -
Have you applied correct labels?
Edited by Wout Bouckaert