stable

Clone or download

Read-only

Should be able to create templates through XML import

Part of request #9932: Have a Scrum template after a fresh install Add the flag --type with template value to the command line and the project you are importing will be a template. Change-Id: Ifa0b25c55a9f2f376242d325cb6ae89acf3e5738

Modified Files

Name
M src/common/project/ProjectCreationData.class.php +11 −0 Go to diff View file
M src/common/project/ProjectCreator.class.php +15 −1 Go to diff View file
M src/common/project/ProjectXMLImporter.class.php +15 −7 Go to diff View file
M src/utils/import_project_xml.php +20 −2 Go to diff View file
M tests/integration/ProjectImportTest.php +12 −2 Go to diff View file