stable
Clone or download
Read-only
Merge commit 'refs/changes/82/21382/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #19187 Clean the store of project creation Change-Id: Ia1c7afc07356af647bb4c63f3bcfb23811c6dd37
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/Project/Registration/ProjectRegistrationPresenter.php | +0 | −6 | Go to diff View file |
M | src/scripts/project/registration/index.ts | +12 | −9 | Go to diff View file |
M | src/scripts/project/registration/src/components/Information/Fields/FieldDescription.test.ts | +8 | −10 | Go to diff View file |
M | src/scripts/project/registration/src/components/Information/Fields/FieldDescription.vue | +3 | −2 | Go to diff View file |
M | src/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacyList.test.ts | +56 | −44 | Go to diff View file |
M | src/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacyList.vue | +5 | −4 | Go to diff View file |
M | src/scripts/project/registration/src/components/Information/ProjectInformation.test.ts | +117 | −109 | Go to diff View file |
M | src/scripts/project/registration/src/components/Information/ProjectInformation.vue | +9 | −7 | Go to diff View file |
M | src/scripts/project/registration/src/components/Information/ProjectInformationFooter.vue | +4 | −3 | Go to diff View file |
M | src/scripts/project/registration/src/components/Template/Company/CompanyTemplateList.test.ts | +22 | −19 | Go to diff View file |
M | src/scripts/project/registration/src/components/Template/Company/CompanyTemplateList.vue | +4 | −3 | Go to diff View file |
M | src/scripts/project/registration/src/components/Template/Tuleap/TuleapTemplateList.test.ts | +12 | −11 | Go to diff View file |
M | src/scripts/project/registration/src/components/Template/Tuleap/TuleapTemplateList.vue | +3 | −2 | Go to diff View file |
A | src/scripts/project/registration/src/store/configuration/index.ts | +43 | −0 | Go to diff View file |
M | src/scripts/project/registration/src/store/index.ts | +11 | −2 | Go to diff View file |
M | src/scripts/project/registration/src/store/state.ts | +0 | −11 | Go to diff View file |
M | src/scripts/project/registration/src/store/type.ts | +6 | −13 | Go to diff View file |
M | src/templates/project/registration/project-registration.mustache | +0 | −1 | Go to diff View file |