stable
Clone or download
Read-only
request #14506 ForgeConfig option for privacy selection at project creation is no longer taken in account
How to reproduce set $sys_user_can_choose_project_privacy =1 in your local.inc create a new projet => user must not be able to choose the project privacy Change-Id: Ib2af4c830b79496b3a3a44a5dab79f07b9a29b24
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 |