Closed olli0815 closed 1 year ago
What happens here is that backend returns an error with message:
{"errors":[{"detail":"Enter only safe characters.","status":"400","source":{"pointer":"/data/attributes/title"},"code":"invalid"}]}
Which is correct - as the backend is not allowed to upload files which contains "&". However, the frontend (i.e. GUI) does not show the error to user :(.
I see two problems here actually:
Following pull requests handles also the invalid characters set error messages i.e. when user uploads a document with title containing one of the invalid set characters - it will display an error message:
In case you experience issues with docker image provided by linuxserver.io/papermerge, please open bug report in their repository.
Description If a filename contains any "&" the file won't be imported
Expected import or error message in GUI
Info: