stable
Clone or download
Read-only
part of story #8283: Enhance project creation user experience As shortname is already used will be done in bonus, I can't add a global error message state if rest route fails. For now the error is displayed in an alert styled block Change-Id: I2c8408be0f27d835623c164058eabf39110bfcec
Modified Files
Name | ||||
---|---|---|---|---|
M | src/www/scripts/project/registration/index.ts | +5 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/ProjectInformation.test.ts | +43 | −2 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/ProjectInformation.vue | +10 | −0 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/ProjectInformationFooter.test.ts | +37 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/ProjectInformationFooter.vue | +9 | −9 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Template/TemplateFooter.test.ts | +3 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/src/store/actions.ts | +10 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/src/store/getters.test.ts | +30 | −2 | Go to diff View file |
M | src/www/scripts/project/registration/src/store/getters.ts | +2 | −0 | Go to diff View file |
M | src/www/scripts/project/registration/src/store/mutations.ts | +16 | −0 | Go to diff View file |
M | src/www/scripts/project/registration/src/store/state.ts | +3 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/src/store/type.ts | +4 | −0 | Go to diff View file |