stable

Clone or download

Read-only

Merge 'gerrit #12631' into stable/master

* commit '64de82bf3b': request #11133 Can't use "Start Scrum" if TTM is already activated Change-Id: I95853dafc1cec3beab64f07339a816e296b6fc58

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/FirstScrumCreator.php +4 −1 Go to diff View file
A plugins/tracker/include/Tracker/XML/Importer/TrackerExtraConfiguration.php +50 −0 Go to diff View file
M plugins/tracker/include/TrackerXmlImport.class.php +47 −3 Go to diff View file
M plugins/tracker/tests/TrackerXmlImportTest.php +37 −9 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/project/XML/Import/ImportConfig.php +21 −2 Go to diff View file
A src/common/project/XML/Import/ImportExtraConfiguration.php +29 −0 Go to diff View file