stable

Clone or download

Read-only

Delete a workflow must delete all its AddToTopbacklog post actions

This is part of story #14096 have a post action to add "Scrum Top Backlog" flag Change-Id: I0d4c00a05271a8ecf85e42183fc63fee6589db02

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Workflow/AddToTopBacklogPostActionDao.php +14 −0 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +9 −0 Go to diff View file
M plugins/timetracking/include/Timetracking/REST/v1/ProjectResource.php +3 −1 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactsResource.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/v1/ProjectTrackersResource.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/v1/TrackersResource.class.php +5 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/View/Edit.class.php +3 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container_Fieldset.class.php +3 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +2 −1 Go to diff View file
A plugins/tracker/include/Workflow/Event/WorkflowDeletionEvent.php +47 −0 Go to diff View file
M plugins/tracker/include/Workflow/TransitionFactory.class.php +25 −16 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/TransitionFactoryTest.php +10 −1 Go to diff View file
M plugins/tracker/tests/workflow/TransitionFactoryTest.php +14 −2 Go to diff View file