stable

Clone or download

Read-only

feat: Be able to disable the xml creation via a new `config-set`

Part of story #36484 create a new project from an XML template How to test: create a new project > from advanced user => you can create project from xml template disable the option with `tuleap config-set disable_create_from_custom_archive 1` => you can not create project from xml template enable the option with `tuleap config-set disable_create_from_custom_archive 0` => you can not create project from ml template Change-Id: I87f81cac66c14b978225da34737e84d50f66765d

Modified Files

Name
M src/common/Config/GetConfigKeys.php +2 −2 Go to diff View file
M src/common/Project/REST/v1/ProjectResource.class.php +2 −2 Go to diff View file
R src/common/Project/Registration/Template/CustomProjectArchiveFeatureFlag.php Go to diff View file
M src/common/Request/RouteCollector.php +2 −2 Go to diff View file
M tests/rest/bin/init_data.php +0 −7 Go to diff View file
M tests/unit/common/Project/REST/v1/ProjectCreationDataPOSTProjectBuilderTest.php +0 −3 Go to diff View file
R tests/unit/common/Project/Registration/Template/CustomProjectArchiveFeatureFlagTest.php Go to diff View file