stable
Clone or download
Read-only
part of story #8283 Enhance project creation user experience How to test: Description is now displayed at project creation The field is required/not required depending on your platform configuration (Site admin Project > field > description) Change-Id: I4da5bba115c450fd80f9f04de528e9bd3a2f3ab4
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/Project/Registration/ProjectRegistrationPresenter.php | +11 | −2 | Go to diff View file |
M | src/templates/project/registration/project-registration.mustache | +1 | −0 | Go to diff View file |
M | src/www/scripts/project/registration/index.ts | +3 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/po/fr_FR.po | +6 | −0 | Go to diff View file |
M | src/www/scripts/project/registration/src/api/rest-querier.test.ts | +2 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Approval/ProjectApproval.test.ts | +2 | −1 | Go to diff View file |
A | src/www/scripts/project/registration/src/components/Field/FieldDescription.test.ts | +83 | −0 | Go to diff View file |
A | src/www/scripts/project/registration/src/components/Field/FieldDescription.vue | +49 | −0 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacyList.test.ts | +2 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/ProjectInformation.test.ts | +2 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/ProjectInformation.vue | +6 | −0 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/ProjectInformationFooter.test.ts | +14 | −7 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/ProjectInformationFooter.vue | +7 | −2 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/TroveCat/TroveCategoryList.test.ts | +2 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Template/TemplateFooter.test.ts | +2 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/src/store/getters.test.ts | +8 | −4 | Go to diff View file |
M | src/www/scripts/project/registration/src/store/state.ts | +2 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/src/store/type.ts | +1 | −0 | Go to diff View file |
M | src/www/scripts/project/registration/src/type.ts | +1 | −0 | Go to diff View file |