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 fully exported. To enable this, you have to set the following feature flag in the local.inc file: $sys_tracker_export_simple_workflows = 1; Change-Id: I92f32b99713ad74fe733f898a5dd63afa858308d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Tracker.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/SimpleMode/SimpleWorkflowXMLExporter.php | +22 | −4 | Go to diff View file |
M | plugins/tracker/include/Workflow/SimpleMode/TransitionRetriever.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/SimpleMode/SimpleWorkflowXMLExporterTest.php | +40 | −4 | Go to diff View file |