stable
Clone or download
Read-only
This is part of story #13243 Import/export workflow simple mode via XML This is a refactoring needed for the XML export of pre conditions. Because the condition "comment not empty" does not exist for transitions that come from "new artifact", we must retrieve the first transition that does not come from "new artifact" to export in the state all the pre conditions possible. With this patch, no functional changes are expected. Change-Id: Ifc3af82595f49d0503af45f69956dc3654496ece
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Workflow/SimpleMode/TransitionRetriever.php | +14 | −4 | Go to diff View file |
M | plugins/tracker/include/Workflow/Workflow_TransitionDao.class.php | +22 | −2 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/SimpleMode/TransitionRetrieverTest.php | +34 | −3 | Go to diff View file |