Open kimi2k opened 9 years ago
Hello! When creating new project the Identifier must be without whitespaces, but current regex not filtert that. I fix it: /^[a-z0-9\-]{2,20}+$/. And add functional for generating project's identificator from title.
/^[a-z0-9\-]{2,20}+$/
p.s sorry about my english
Hello! When creating new project the Identifier must be without whitespaces, but current regex not filtert that. I fix it:
/^[a-z0-9\-]{2,20}+$/
. And add functional for generating project's identificator from title.p.s sorry about my english