stable

Clone or download

Read-only

Remove simple mode trick in SetFloatValue JSON Parser

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

Modified Files

Name
M plugins/tracker/include/REST/v1/Workflow/PostAction/Update/SetFloatValueJsonParser.php +1 −7 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Field/dao/Transition_PostAction_FieldDao.class.php +1 −37 Go to diff View file
D plugins/tracker/include/Workflow/PostAction/Update/Internal/PostActionIdCollection.php +0 −41 Go to diff View file
D plugins/tracker/include/Workflow/PostAction/Update/Internal/PostActionsDiff.php +0 −65 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/Internal/SetFloatValueRepository.php +3 −58 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/Internal/SetFloatValueUpdater.php +3 −9 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/PostActionCollection.php +5 −47 Go to diff View file
M plugins/tracker/phpunit/REST/v1/Workflow/PostAction/Update/SetFloatValueJsonParserTest.php +2 −2 Go to diff View file
D plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/PostActionIdCollectionTest.php +0 −45 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/SetFloatValueRepositoryTest.php +7 −68 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/SetFloatValueUpdaterTest.php +16 −24 Go to diff View file
M plugins/tracker/tests/rest/Workflows/TrackerWorkflowTransitionsTest.php +49 −0 Go to diff View file