stable

Clone or download

Read-only

It is possible to choose if a project allows restricted users at the creation

To test, you will need to enable the "private without restricted" mode by setting the global parameter feature_flag_project_without_restricted to 1. This is part of story #13237: Prevent restricted to be added to private projects Change-Id: I265709ff2a963f5ad05646c3d7dab5ea63d36c45

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +9 −6 Go to diff View file
M src/common/Project/OneStepCreation/OneStepCreationPresenter.class.php +8 −0 Go to diff View file
M src/common/Project/OneStepCreation/OneStepCreationRequest.class.php +39 −39 Go to diff View file
M src/common/Project/ProjectCreationData.class.php +15 −3 Go to diff View file
M src/common/Project/REST/v1/ProjectResource.class.php +12 −9 Go to diff View file
M src/templates/project/register.mustache +9 −1 Go to diff View file
M tests/phpunit/common/Project/ProjectCreationDataTest.php +30 −1 Go to diff View file