stable
Clone or download
Read-only
request #11180: Field not empty condition should be removed when a workflow is deleted
When a tracker transition is deleted, the "field not empty" condition is not removed from the transition. Thus, the concerned field can't be removed from tracker structure. Other post actions are also not properly clean up. Change-Id: I8b52e6bee8c6b0f03f414038e274e40e49b67e89
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/workflow/Transition/Condition/CommentNotEmpty/Dao.class.php | +1 | −11 | Go to diff View file |
M | plugins/tracker/include/workflow/TransitionFactory.class.php | +5 | −17 | Go to diff View file |
M | plugins/tracker/include/workflow/Workflow_TransitionDao.class.php | +48 | −8 | Go to diff View file |