stable

Clone or download

Read-only

Ease implementaion of new post action types updates

Part of story #12187 configure workflow pre & post actions at target state level This is only about refactoring, no functional test involved, except that PUT /tracker_workflow_transitions/:id/actions have to work like before. Change-Id: Ied8f48bb022e645a1d29f2e62317631d82e8b218

Modified Files

Name
M plugins/tracker/include/REST/v1/Workflow/TransitionsResource.class.php +7 −4 Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/PostActionsUpdater.php Go to diff View file
A plugins/tracker/include/workflow/PostAction/Update/Internal/PostActionUpdater.php +34 −0 Go to diff View file
A plugins/tracker/include/workflow/PostAction/Update/PostActionCollectionUpdater.php +63 −0 Go to diff View file
R plugins/tracker/phpunit/Workflow/PostAction/Update/PostActionsUpdaterTest.php Go to diff View file
A plugins/tracker/phpunit/Workflow/PostAction/Update/PostActionCollectionUpdaterTest.php +99 −0 Go to diff View file