stable
Clone or download
Read-only
This is part of story #13243 Import/export workflow simple mode via XML When you export a tracker with a simple workflow, the workflow is now exported with the states and transitions. There are neither action nor conditions exported yet. To enable this, you have to set the following feature flag in the local.inc file: $sys_tracker_export_simple_workflows = 1; Change-Id: I9a4154e2bcd9a069409a1f56c0adaf73b20a2e19
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Workflow/SimpleMode/SimpleWorkflowDao.php | +12 | −0 | Go to diff View file |
M | plugins/tracker/include/Workflow/SimpleMode/SimpleWorkflowXMLExporter.php | +21 | −2 | Go to diff View file |
M | plugins/tracker/include/Workflow/Transition.class.php | +6 | −3 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/SimpleMode/SimpleWorkflowXMLExporterTest.php | +25 | −2 | Go to diff View file |