stable

Clone or download

Read-only

Extract field name formatting in a dedicated object

This is part of story #14766 Have an import from jira structure This object is now called in the Jira import process to be sure that all field name are well formed. Change-Id: Ibe970b57c2785ea557c70f59a1e2d7f59562bc71

Modified Files

Name
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/JiraXmlExporter.php +8 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Structure/FieldXmlExporter.php +16 −5 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/FieldNameFormatter.php +46 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.class.php +3 −17 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Structure/FieldXmlExporterTest.php +7 −7 Go to diff View file
A plugins/tracker/tests/unit/Tracker/FormElement/FieldNameFormatterTest.php +38 −0 Go to diff View file
M plugins/tracker/tests/unit/Tracker_FormElementFactoryTest.php +0 −7 Go to diff View file