stable

Clone or download

Read-only

Extract xml file retrievement into a dedicated object

part of story #8283 Enhance project creation user experience No functional changes Why this patch: New templates logic will be done like "start scrum" When a user will choose an enalean template, then we will execute the project creation from the xml template choosen It will help decrease review complexity and size, if the retrievement of an xml file can be called from everyxwhere Change-Id: I7125acfe4281956355f93d56a5dff1e0563a42b5

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AdminController.class.php +3 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +3 −1 Go to diff View file
M src/common/CLI/Command/ImportProjectXMLCommand.php +4 −2 Go to diff View file
M src/common/Project/ProjectXMLImporter.class.php +14 −50 Go to diff View file
A src/common/Project/XML/XMLFileContentRetriever.php +72 −0 Go to diff View file
M tests/phpunit/common/Project/ProjectXMLImporterTest.php +3 −1 Go to diff View file