stable

Clone or download

Read-only

Refractor the way to get legacy ugroup id

In order to avoid the utilization of Globals part of story #13003 : import/export TTM steps in XML. Change-Id: I2b4d302c7df1b8f3ba5035cf0af8b3f6c42a3fd2

Modified Files

Name
M plugins/tracker/include/TrackerXmlImport.class.php +12 −18 Go to diff View file
M plugins/tracker/phpunit/Tracker/TrackerXmlImportTest.php +2 −0 Go to diff View file
M plugins/tracker/tests/TrackerXmlImportTest.php +18 −0 Go to diff View file
A src/common/Project/UGroupRetrieverWithLegacy.php +66 −0 Go to diff View file
A tests/phpunit/common/Project/UGroupRetrieverWithLegacyTest.php +87 −0 Go to diff View file