stable

Clone or download

Read-only

Merge commit 'refs/changes/87/27987/4' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: Fix request #31114 Open lists values are not well imported at artifact XML import

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyOpenList.class.php +6 −1 Go to diff View file
M plugins/tracker/include/TrackerXmlFieldsMapping_FromAnotherPlatform.php +10 −1 Go to diff View file
A plugins/tracker/tests/rest/OpenLists/OpenListsTest.php +68 −0 Go to diff View file
M plugins/tracker/tests/rest/TrackerBase.php +17 −0 Go to diff View file
A plugins/tracker/tests/rest/_fixtures/OpenLists/project.xml +167 −0 Go to diff View file
A plugins/tracker/tests/rest/_fixtures/OpenLists/user_map.csv +1 −0 Go to diff View file
A plugins/tracker/tests/rest/_fixtures/OpenLists/users.xml +33 −0 Go to diff View file
M plugins/tracker/tests/unit/TrackerXmlFieldsMapping_FromAnotherPlatformTest.php +11 −4 Go to diff View file