-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link to file is broken when the file name contains special characters #861
Labels
bug
Breaks something but is not blocking
client request
f: data
About data model, importation, transformation, exportation of data, specific for bibliographic data
Comments
pronguen
added
f: public ui
p-High
To set a high priority!
f: data
About data model, importation, transformation, exportation of data, specific for bibliographic data
labels
Jul 12, 2022
Discussion during grooming:
|
This was referenced Sep 14, 2022
7 tasks
PascalRepond
added
client request
and removed
p-High
To set a high priority!
f: public ui
labels
Apr 4, 2023
It seems that has been fixed by other packages. To fix existing: doc = DocumentRecord.get_record_by_pid('xxx')
doc.sync_files(list(doc.files)[0]) |
Reopening this issue with a better description of a way to consistently reproduce. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Breaks something but is not blocking
client request
f: data
About data model, importation, transformation, exportation of data, specific for bibliographic data
Problem
Editing a document/file can break the link to a file if it contains certain characters.
How to reproduce
Expected behaviour
Even if a file has special characters, editing or reindexing should not break the ability to access this file.
The text was updated successfully, but these errors were encountered: