stable
Clone or download
Read-only
Merge commit 'refs/changes/85/27785/6' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: fix request #30419 Incorrect project visibility at project creation Change-Id: I85221a8e75b179a748b254b75dffc6dc219742a5
Modified Files
Name | ||||
---|---|---|---|---|
M | src/scripts/project-registration/src/components/Information/Input/ProjectInformationInputPrivacyList.test.ts | +12 | −22 | Go to diff View file |
M | src/scripts/project-registration/src/components/Information/Input/ProjectInformationInputPrivacyList.vue | +14 | −43 | Go to diff View file |
M | src/scripts/project-registration/src/components/Information/ProjectInformationFooter.test.ts | +3 | −3 | Go to diff View file |
M | src/scripts/project-registration/src/components/Template/Advanced/UserProjectList.test.ts | +2 | −2 | Go to diff View file |
M | src/scripts/project-registration/src/components/Template/Company/CompanyTemplateList.test.ts | +1 | −2 | Go to diff View file |
M | src/scripts/project-registration/src/components/Template/TemplateFooter.test.ts | +3 | −3 | Go to diff View file |
M | src/scripts/project-registration/src/components/Template/TemplateSelection.test.ts | +1 | −1 | Go to diff View file |
M | src/scripts/project-registration/src/components/Template/Tuleap/TuleapTemplateList.test.ts | +1 | −2 | Go to diff View file |
M | src/scripts/project-registration/src/index.ts | +0 | −1 | Go to diff View file |
M | src/scripts/project-registration/src/store/actions.ts | +6 | −4 | Go to diff View file |
M | src/scripts/project-registration/src/store/getters.test.ts | +13 | −13 | Go to diff View file |
M | src/scripts/project-registration/src/store/getters.ts | +4 | −4 | Go to diff View file |
M | src/scripts/project-registration/src/store/index.ts | +2 | −2 | Go to diff View file |
M | src/scripts/project-registration/src/store/mutations.test.ts | +4 | −4 | Go to diff View file |
M | src/scripts/project-registration/src/store/mutations.ts | +9 | −9 | Go to diff View file |
M | src/scripts/project-registration/src/store/state.ts | +2 | −2 | Go to diff View file |
M | src/scripts/project-registration/src/store/type.ts | +1 | −6 | Go to diff View file |