stable

Clone or download

Read-only

Refactor PostActionsUpdater

Part of story #12187 configure workflow pre & post actions at target state level This simplifies PostActionsUpdater with the principle that all post action ids which must not be deleted are ids of post actions to update, nothing more. Change-Id: I9c27cc9c53900d88cf03fd546d386ae0d1ef9f29

Modified Files

Name
M plugins/tracker/include/workflow/PostAction/Update/Internal/PostActionsDiff.php +13 −0 Go to diff View file
M plugins/tracker/include/workflow/PostAction/Update/PostActionsUpdater.php +2 −20 Go to diff View file
A plugins/tracker/phpunit/Workflow/PostAction/Update/Internal/PostActionDiffTest.php +37 −0 Go to diff View file
M plugins/tracker/phpunit/Workflow/PostAction/Update/PostActionsUpdaterTest.php +2 −2 Go to diff View file