stable

Clone or download

Read-only

Delete a transition should delete the post action

This is part of story #14096 have a post action to add "Scrum Top Backlog" flag When deleting a transition, if a AddToTopBacklog post action has been manually added to it, then this post action must be deleted. Change-Id: Ib396245df6a58a1fb3d5acce1624f79a018e59b0

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Workflow/AddToTopBacklogPostActionDao.php +13 −0 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +9 −0 Go to diff View file
A plugins/tracker/include/Workflow/Event/TransitionDeletionEvent.php +44 −0 Go to diff View file
M plugins/tracker/include/Workflow/TransitionFactory.class.php +6 −3 Go to diff View file