stable
Clone or download
Read-only
request #14264 project creation : HTML5 validation prevents to display project shortname in edit mode
How to reproduce: Create a new project with a name who will be not valid with slugify (example "project 11.9"): - short name must be opened in edition mode Update your short name to have valid/invalid character: - the error message is correclty displayed (if anything else than alphanumerical + 0-9 and hyphen character error is displayed) Change-Id: I82182140a40bbdede2f01e15241873e2e8e7f5ab
Modified Files
Name | ||||
---|---|---|---|---|
M | src/www/scripts/project/registration/src/components/Information/Input/ProjectShortName.test.ts | +44 | −0 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/Input/ProjectShortName.vue | +20 | −13 | Go to diff View file |
M | src/www/scripts/project/registration/src/store/mutations.ts | +4 | −0 | Go to diff View file |