stable
Clone or download
Read-only
This is part of request #25324 Copy artifact does not take into account step definition field Modifications done for the step defintion field in the copy form are now saved in the copied artifact. Change-Id: I5ac21669d81991713804eee8beba6d8346b2441f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/testmanagement/include/TestManagement/Step/Definition/Field/StepDefinition.php | +2 | −2 | Go to diff View file |
A | plugins/testmanagement/include/TestManagement/XML/StepXMLExporter.php | +51 | −0 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/XML/TrackerXMLExporterChangesetValueStepDefinitionXMLExporter.php | +2 | −29 | Go to diff View file |
M | plugins/testmanagement/include/testmanagementPlugin.php | +40 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/XML/TrackerXMLExporterChangesetValueStepDefinitionXMLExporterTest.php | +6 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +4 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Updater/ChangesetXMLUpdater.class.php | +31 | −8 | Go to diff View file |
A | plugins/tracker/include/Tracker/XML/Updater/FieldChange/FieldChangeExternalFieldXMLUpdateEvent.php | +45 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/XML/Updater/FieldChange/FieldChangeExternalFieldXMLUpdater.php | +44 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Updater/FieldChangeXMLUpdaterVisitor.class.php | +13 | −72 | Go to diff View file |