stable
Clone or download
Read-only
request #14924 Project creation automatic shortname should not go above 30 characters
How to test: - Go to the new project creation screen - Type a project name above 30 characters, for example: "Agile Multi Project Teal Crayon" - The automatic shortname should be "agile-multi-project-teal-crayo" without the final "n". - Submit, it should succeed. Without this patch, if you submit, you will get a 400 Bad Request because the shortname is above 30 characters. Change-Id: I37dca65bf0d4a60dc01f0dfb0df5d598d35a3bc9
Modified Files
Name | ||||
---|---|---|---|---|
M | src/scripts/project/registration/src/components/Information/Input/ProjectShortName.test.ts | +4 | −6 | Go to diff View file |
M | src/scripts/project/registration/src/components/Information/Input/ProjectShortName.vue | +4 | −1 | Go to diff View file |