Skip to content
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

When title contain non english characters the slug field is not populated #8

Closed
spapas opened this issue Feb 8, 2014 · 2 comments
Closed

Comments

@spapas
Copy link
Contributor

spapas commented Feb 8, 2014

For instance if the title of your page is "ΔΟΚΙΜΗ" the slug field will be empty. If it is "ΔΟΚΙΜΗ 1" the slug field will be "-1". This is because of the cleanForSlug function in wagtail/wagtailadmin/static/wagtailadmin/js/page-editor.js.

Instead of this the django/contrib/admin/static/admin/js/urlify.js tool could be used.

@tomdyson
Copy link
Contributor

tomdyson commented Feb 8, 2014

Thanks for spotting this and for the suggestion, Serafeim. Feel free to submit a PR!

@gasman
Copy link
Collaborator

gasman commented Feb 10, 2014

fixed in spapas@c7051f9

@gasman gasman closed this as completed Feb 10, 2014
cho-leukeleu pushed a commit to cho-leukeleu/wagtail that referenced this issue Jul 10, 2017
chuckthemole pushed a commit to chuckthemole/wagtail that referenced this issue Aug 3, 2020
Update README reference to new git repo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants