stable

Clone or download

Read-only

Remove simple mode trick in SetIntValue JSON Parser

This change is part of story #12188 This change does not bring any functional change. Change-Id: Ibe97a01a7b489500f7741218b82e1afba0b8b73c

Modified Files

Name
M plugins/tracker/include/REST/v1/Workflow/PostAction/Update/SetIntValueJsonParser.php +1 −7 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/Internal/SetIntValueRepository.php +3 −58 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/Internal/SetIntValueUpdater.php +3 −8 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/PostActionCollection.php +5 −11 Go to diff View file
M plugins/tracker/phpunit/REST/v1/Workflow/PostAction/Update/SetIntValueJsonParserTest.php +1 −1 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/SetIntValueRepositoryTest.php +5 −68 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/SetIntValueUpdaterTest.php +20 −20 Go to diff View file