1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

Problem: non-english chars in space name not recognized

Solution: use proven library to generate slugs regardless of character
set.

Closes #85
This commit is contained in:
Harvey Kandola 2017-03-21 13:20:49 +00:00
parent 872183b35a
commit 30f3644180
4 changed files with 226 additions and 3 deletions

View file

@ -61,6 +61,7 @@ module.exports = function (defaults) {
app.import('vendor/velocity.js');
app.import('vendor/velocity.ui.js');
app.import('vendor/keycloak.js');
app.import('vendor/slug.js');
return app.toTree();
};