stable

Clone or download

Read-only

Fix request #31114 Open lists values are not well imported at artifact XML import

When importing some artifacts using the XML import, if there are some open list fields in the changesets than their values are not well imported. Note: An automated REST test have been added to check that this will continue to work. Change-Id: Ia955043a49a65a457dde77744500051cc8101d9c

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