stable

Clone or download

Read-only

story #8168: Export and import static openlist fields

For now, only the static openlist fields work. Change-Id: I0cd13bc21340094cc84db4a3f94098157d535748

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