stable
Clone or download
Read-only
Merge commit 'refs/changes/96/17696/1' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #14506 ForgeConfig option for privacy selection at project creation is no longer taken in account
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/CLI/Events/GetWhitelistedKeys.php | +1 | −0 | Go to diff View file |
M | src/common/Project/OneStepCreation/OneStepCreationRequest.class.php | +1 | −1 | Go to diff View file |
M | src/common/Project/ProjectCreationData.class.php | +1 | −1 | Go to diff View file |
M | src/common/Project/ProjectManager.class.php | +1 | −0 | Go to diff View file |
M | src/common/Project/Registration/ProjectRegistrationPresenter.php | +10 | −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 | +5 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacyList.test.ts | +33 | −6 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacyList.vue | +4 | −1 | 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 | tests/phpunit/common/Project/ProjectCreationDataTest.php | +6 | −6 | Go to diff View file |
M | tests/phpunit/common/Project/REST/v1/RestProjectCreatorTest.php | +1 | −1 | Go to diff View file |