stable

Clone or download

Read-only

Add SQL transactions on delete transitions

This is part of story #14096 have a post action to add "Scrum Top Backlog" flag No functional change expected here. Change-Id: I9847adbfa2649f74c127284e6435a984065119ce

Modified Files

Name
M plugins/timetracking/include/Timetracking/REST/v1/ProjectResource.php +6 −1 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactsResource.class.php +4 −1 Go to diff View file
M plugins/tracker/include/REST/v1/ProjectTrackersResource.class.php +6 −1 Go to diff View file
M plugins/tracker/include/REST/v1/TrackersResource.class.php +8 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +10 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/View/Edit.class.php +6 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container_Fieldset.class.php +6 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.class.php +6 −1 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +4 −1 Go to diff View file
M plugins/tracker/include/Workflow/TransitionFactory.class.php +33 −18 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/TransitionFactoryTest.php +6 −1 Go to diff View file
M plugins/tracker/tests/workflow/TransitionFactoryTest.php +12 −2 Go to diff View file