stable

Clone or download

Read-only

Have an easy way ton instantiate project_xml_importer

part of story story #8283 Why this change: Project xml import will be used in REST route in order to be able to import content into an existing project. This object has so much dependencies, let's have an easy way to build it and reuse it from anywhere No functional changes Change-Id: Ic7d2ff809a7a99b1aff9e0a5d5e3b0fa0c8c6842

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AdminController.class.php +2 −133 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +1 −118 Go to diff View file
M src/common/CLI/Command/ImportProjectXMLCommand.php +3 −127 Go to diff View file
M src/common/Project/OneStepCreation/OneStepCreationController.class.php +1 −71 Go to diff View file
M src/common/Project/ProjectCreator.class.php +80 −3 Go to diff View file
M src/common/Project/ProjectXMLImporter.class.php +66 −1 Go to diff View file
M src/common/Project/REST/v1/ProjectResource.class.php +2 −77 Go to diff View file
M src/www/soap/project/index.php +1 −52 Go to diff View file