stable

Clone or download

Read-only

request #14493 AddToTopBacklog post action must be duplicated for new transition in state

Given a workflow in simple mode and given a state that uses the AddToTopBacklog post-action, all newly activated transition in this state must have the AddToTopBacklog post-action defined. Change-Id: I0795c9b92205eb839cb91a02c0039ace11a28d92

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Workflow/AddToTopBacklogPostActionFactory.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +18 −0 Go to diff View file
A plugins/tracker/include/Workflow/Event/GetWorkflowExternalPostActionsValuesForUpdate.php +65 −0 Go to diff View file
M plugins/tracker/include/Workflow/SimpleMode/TransitionReplicator.php +16 −2 Go to diff View file
M plugins/tracker/include/Workflow/SimpleMode/TransitionReplicatorBuilder.php +2 −1 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/SimpleMode/TransitionReplicatorTest.php +3 −1 Go to diff View file