-
Notifications
You must be signed in to change notification settings - Fork 297
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
Fail to rename tags with é or è characters #2068
Comments
Hi, I can't reproduce this on https://demo.shaarli.org/ (master) and on my own instance (v0.13.0, installed from release zip). Can you share more details about your setup? Installation method? Detailed installation/configuration steps? If installed from release zip or source/composer, output of Thanks |
I installed Shaarli using Docker and Associated to this comment is an archive with my The issue may be due to an issue in my datastore, but I exported it to HTML and imported it in a clean Shaarli instance without solving the issue. Thank you. |
Does this happen if you switch back to the default theme? |
Yes it does happen with the default theme too. I tried with fresh import from html, default theme and no plugin to make sure if was an issue with shaarli |
To make sure I'm interpreting this correctly, can you reproduce this on the demo instance? (I could not, but maybe I'm missing something) If not, then the only difference that is apparent to me with the info I have, is the Shaarli version (the demo instance is redeployed from the If it is still present, it may indicate something wrong with another component, e.g. your reverse proxy configuration - in which case can you post your Traefik config? Or I could try to reproduce with the |
I've tried with the latest image, without change, but I think I found the "core" of the issue. During my tests, I've found the issue to be fixed by editing the entry and saving it without change. With further investigation, i've found that in the HTML export of my database, So, the issue should be spit in two:
|
Good debugging job on this issue @landure, thank you
I agree, want to do it? Just remember to include the example problematic bookmark from the HTML export, and link back to this issue for details. Thanks again |
I'm using Shaarli v0.13.0. The issue was also present on v0.12.*.
I've got tags with french characters, such as
éditeur
. Renaming this tag fails, both when usingadmin/tags
andtags/list
.The issue seems to come from
$this->container->bookmarkService->search()
that don't return any bookmarks when matching for a tag with accentuated characters in the name.Thank you for your work.
The text was updated successfully, but these errors were encountered: