stable

Clone or download

Read-only

Duplicate new dashboards at project creation

This is part of story #10173 Have multiple dashboards The content is not duplicated for now, only the dasboards with their name and rank Change-Id: I454e3cb1c93f3b090c0185a62b48505e1f3ec094

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php +28 −5 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +28 −5 Go to diff View file
M src/common/Dashboard/Project/ProjectDashboardDao.php +13 −0 Go to diff View file
A src/common/Dashboard/Project/ProjectDashboardDuplicator.php +41 −0 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/project/OneStepCreation/OneStepCreationController.class.php +12 −1 Go to diff View file
M src/common/project/ProjectCreator.class.php +19 −3 Go to diff View file
M src/common/project/ProjectXMLImporter.class.php +3 −13 Go to diff View file
M src/utils/import_project_xml.php +28 −2 Go to diff View file
M src/www/soap/project/index.php +13 −2 Go to diff View file
M tests/integration/ProjectCreationTest.php +12 −1 Go to diff View file
M tests/integration/ProjectImportTest.php +57 −7 Go to diff View file
M tests/lib/TestDataBuilder.php +13 −1 Go to diff View file
M tests/lib/rest/TestDataBuilder.php +6 −1 Go to diff View file
M tests/simpletest/common/project/ProjectCreatorTest.php +2 −1 Go to diff View file
M tests/simpletest/common/project/ProjectXMLImporterTest.php +11 −1 Go to diff View file