stable
Clone or download
Read-only
part of request #14426 admin should not be explicitly defined in xml to be activated on new project
How to reproduce : have a xml without admin service => import your project => admin service must be present and active Or make test_cypress should end without any error in test_results_e2e_full Same logic will be done for summary service Change-Id: Ic16e488900286ca06e734fcb526721ac1e8ae45b
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/Project/ProjectCreationData.class.php | +8 | −35 | Go to diff View file |
A | src/common/Project/ProjectCreationDataServiceFromXmlInheritor.php | +90 | −0 | Go to diff View file |
A | tests/phpunit/common/Project/ProjectCreationDataServiceFromXmlInheritorTest.php | +110 | −0 | Go to diff View file |
M | tests/phpunit/common/Project/ProjectCreationDataTest.php | +28 | −14 | Go to diff View file |
M | tools/utils/setup_templates/agile_alm/project.xml | +0 | −1 | Go to diff View file |
M | tools/utils/setup_templates/issues/project.xml | +0 | −1 | Go to diff View file |
M | tools/utils/setup_templates/kanban/project.xml | +0 | −1 | Go to diff View file |
M | tools/utils/setup_templates/scrum/project.xml | +0 | −1 | Go to diff View file |