stable

Clone or download

Read-only

request #14395 New project creation : TTM should be instantiated when choosing AgileALM template

Make sure that testmanagement is disabled in project 100 When you create a project from tuleap alm, ttm should be activated on your newly cretaed project Change-Id: Id87e6973b2328a34826ea083e7a26e16b43de045

Modified Files

Name
M src/common/Project/Admin/Service/ProjectServiceActivator.php +114 −31 Go to diff View file
M src/common/Project/ProjectCreationData.class.php +6 −1 Go to diff View file
M src/common/Project/ProjectCreator.class.php +8 −1 Go to diff View file
M src/common/Project/REST/v1/ServiceResource.php +6 −1 Go to diff View file
A src/common/Project/Service/ServiceLinkDataBuilder.php +52 −0 Go to diff View file
M src/common/Project/Service/ServicePOSTDataBuilder.php +13 −33 Go to diff View file
M src/common/Project/ServiceManager.class.php +1 −1 Go to diff View file
M src/common/Request/RouteCollector.php +8 −2 Go to diff View file
M tests/phpunit/common/Project/Admin/Service/ProjectServiceActivatorTest.php +151 −72 Go to diff View file
M tests/phpunit/common/Project/Service/ServicePOSTDataBuilderTest.php +3 −1 Go to diff View file
M tests/rest/_fixtures/13-project-services/project.xml +4 −3 Go to diff View file
M tests/rest/tests/ProjectServicesTest.php +1 −0 Go to diff View file
M tools/utils/setup_templates/agile_alm/project.xml +1 −0 Go to diff View file
M tools/utils/setup_templates/issues/project.xml +1 −0 Go to diff View file
M tools/utils/setup_templates/kanban/project.xml +1 −0 Go to diff View file
M tools/utils/setup_templates/scrum/project.xml +1 −0 Go to diff View file