stable

Clone or download

Read-only

Merge commit 'refs/changes/14/10414/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #11039: Labels are not duplicated from template when creating a new project Change-Id: Idf6226b0f4cdfac14148cb8aa20577d075072c03

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