stable

Clone or download

Read-only

Merge commit 'refs/changes/71/4171/5' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #8168: Export and import static openlist fields Change-Id: I8b526a6cdce5edc1f1c8eaf03f24f51e44655bcb

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/XMLImport/ArtifactFieldsDataBuilder.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyOpenList.class.php +10 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_BindValue.class.php +9 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_OpenValue.class.php +9 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_OpenList.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueOpenListXMLExporter.class.php +26 −8 Go to diff View file
M plugins/tracker/include/TrackerXmlFieldsMapping.php +2 −0 Go to diff View file
M plugins/tracker/include/TrackerXmlFieldsMapping_FromAnotherPlatform.php +20 −0 Go to diff View file
M plugins/tracker/include/TrackerXmlFieldsMapping_InSamePlatform.php +4 −0 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueOpenListXMLExporterTest.php +8 −4 Go to diff View file
M plugins/tracker/tests/TrackerXmlFieldsMapping_FromAnotherPlatformTest.php +41 −0 Go to diff View file
M plugins/tracker/tests/Tracker_FormElementFactoryTest.php +7 −5 Go to diff View file