Shawnsun
(Shawn Sun)
Décembre 14, 2020, 5:14
1
Salut~ Je ne peux pas accéder à la page de configuration de la catégorie après avoir saisi le slug de catégorie en chinois, comme le montrent les captures d’écran.
https://meta.discourse.org/t/after-i-changed-the-category-slug-to-chinese-i-unable-to-enter-this-category/173159?u=shawnsun
D’après cette réponse, je ne parviens toujours pas à résoudre le problème : je ne peux pas accéder aux paramètres. Merci de m’aider~
1 « J'aime »
Shawnsun
(Shawn Sun)
Décembre 14, 2020, 5:17
2
I have enabled (some) Unicode characters in usernames and everything works as expected.
When I tried using Unicode characters in a category slug, it converted it to percent encoding and allowed me to save the changes, but I was no longer able to access the category topic list because I’d get ERR_TOO_MANY_REDIRECTS.
I seem to have fixed it using the Rails console:
Category.find(id).update(slug: ‘slug-without-unicode’)
This isn’t a show-stopper, but it can break things, so I’d suggest it sho…
Peut-être que j’ai un problème différent avec cela.
1 « J'aime »
Shawnsun
(Shawn Sun)
Décembre 14, 2020, 10:10
3
Merci, j’ai résolu ce problème. Il suffit d’ajouter ‘6-category’ dans le lien, par exemple : https://abc.com/c/6-category/edit/general
1 « J'aime »