stable
Clone or download
Read-only
request #11039: Labels are not duplicated from template when creating a new project
Change-Id: Icaae22cabb7143e34632903b21264e51d22f11d2
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php | +3 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningController.class.php | +2 | −0 | Go to diff View file |
M | src/common/project/Label/LabelDao.php | +16 | −1 | Go to diff View file |
M | src/common/project/OneStepCreation/OneStepCreationController.class.php | +3 | −1 | Go to diff View file |
M | src/common/project/ProjectCreator.class.php | +10 | −1 | Go to diff View file |
M | src/common/project/REST/v1/ProjectResource.class.php | +4 | −2 | Go to diff View file |
M | src/utils/import_project_xml.php | +3 | −1 | Go to diff View file |
M | src/www/soap/project/index.php | +3 | −1 | Go to diff View file |
M | tests/integration/ProjectCreationTest.php | +3 | −1 | Go to diff View file |
M | tests/integration/ProjectImportTest.php | +4 | −1 | Go to diff View file |
M | tests/simpletest/common/project/ProjectCreatorTest.php | +5 | −3 | Go to diff View file |
M | tests/simpletest/common/project/ProjectXMLImporterTest.php | +3 | −2 | Go to diff View file |