stable
Clone or download
Read-only
Part of story #12189 prevent field modification according to state No functional change expected. Change-Id: Idf60084df3c434207d922273044d7500285d8bc7
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/REST/v1/TrackersResource.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/REST/v1/Workflow/ModeUpdater.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/REST/v1/Workflow/PostAction/PUTHandler.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/v1/Workflow/TransitionPOSTHandler.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/REST/v1/Workflow/TransitionPatcher.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/v1/Workflow/TransitionsResource.class.php | +3 | −3 | Go to diff View file |
R | plugins/tracker/include/Workflow/Transition/Update/TransitionCollection.php | Go to diff View file | ||
R | plugins/tracker/include/Workflow/Transition/Update/TransitionReplicator.php | Go to diff View file | ||
R | plugins/tracker/include/Workflow/Transition/Update/TransitionReplicatorBuilder.php | Go to diff View file | ||
R | plugins/tracker/include/Workflow/Transition/Update/TransitionRetriever.php | Go to diff View file | ||
M | plugins/tracker/include/Workflow/Workflow.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/REST/v1/Workflow/ModeUpdaterTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/phpunit/REST/v1/Workflow/TransitionPOSTHandlerTest.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/phpunit/REST/v1/Workflow/TransitionPatcherTest.php | +2 | −2 | Go to diff View file |
R | plugins/tracker/phpunit/Tracker/Workflow/Transition/TransitionReplicatorTest.php | Go to diff View file | ||
R | plugins/tracker/phpunit/Tracker/Workflow/Transition/Update/TransitionRetrieverTest.php | Go to diff View file |